TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
AbstractContextMenu.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Backend\ContextMenu
;
3
22
abstract
class
AbstractContextMenu
{
23
29
protected
$dataProvider
= NULL;
30
35
public
function
setDataProvider
(\
TYPO3
\CMS\Backend\ContextMenu\
AbstractContextMenuDataProvider
$dataProvider
) {
36
$this->dataProvider =
$dataProvider
;
37
}
38
42
public
function
getDataProvider
() {
43
return
$this->dataProvider
;
44
}
45
52
abstract
public
function
getActionsForNode
(\
TYPO3
\CMS\Backend\Tree\TreeNode $node);
53
54
}
TYPO3
TYPO3\CMS\Backend\ContextMenu
Definition:
AbstractContextMenu.php:2
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\getActionsForNode
getActionsForNode(\TYPO3\CMS\Backend\Tree\TreeNode $node)
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\getDataProvider
getDataProvider()
Definition:
AbstractContextMenu.php:42
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider
Definition:
AbstractContextMenuDataProvider.php:23
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu
Definition:
AbstractContextMenu.php:22
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\$dataProvider
$dataProvider
Definition:
AbstractContextMenu.php:29
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\setDataProvider
setDataProvider(\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider $dataProvider)
Definition:
AbstractContextMenu.php:35
typo3
sysext
backend
Classes
ContextMenu
AbstractContextMenu.php
Generated on Wed Aug 7 2019 09:52:18 for TYPO3 CMS by
1.8.13