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
AbstractExtJsTree.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Backend\Tree
;
3
21
abstract
class
AbstractExtJsTree
extends
\TYPO3\CMS\Backend\Tree\AbstractTree
{
22
28
protected
$stateProvider
= NULL;
29
34
public
function
setStateProvider
(\
TYPO3
\CMS\Backend\Tree\
AbstractTreeStateProvider
$stateProvider
) {
35
$this->stateProvider =
$stateProvider
;
36
}
37
41
public
function
getStateProvider
() {
42
return
$this->stateProvider
;
43
}
44
52
abstract
public
function
getNextTreeLevel
($nodeId, $nodeData);
53
54
}
TYPO3\CMS\Backend\Tree\AbstractTree
Definition:
AbstractTree.php:21
TYPO3
TYPO3\CMS\Backend\Tree\AbstractExtJsTree
Definition:
AbstractExtJsTree.php:21
TYPO3\CMS\Backend\Tree
Definition:
AbstractExtJsTree.php:2
TYPO3\CMS\Backend\Tree\AbstractTreeStateProvider
Definition:
AbstractTreeStateProvider.php:23
TYPO3\CMS\Backend\Tree\AbstractExtJsTree\getNextTreeLevel
getNextTreeLevel($nodeId, $nodeData)
TYPO3\CMS\Backend\Tree\AbstractExtJsTree\$stateProvider
$stateProvider
Definition:
AbstractExtJsTree.php:28
TYPO3\CMS\Backend\Tree\AbstractExtJsTree\getStateProvider
getStateProvider()
Definition:
AbstractExtJsTree.php:41
TYPO3\CMS\Backend\Tree\AbstractExtJsTree\setStateProvider
setStateProvider(\TYPO3\CMS\Backend\Tree\AbstractTreeStateProvider $stateProvider)
Definition:
AbstractExtJsTree.php:34
typo3
sysext
backend
Classes
Tree
AbstractExtJsTree.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13