TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tree\TableConfiguration\TableConfigurationTree Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tree\TableConfiguration\TableConfigurationTree:
TYPO3\CMS\Backend\Tree\AbstractTree t3lib_tree_Tca_TcaTree

Public Member Functions

 getRoot ()
 
 render ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Tree\AbstractTree
 setDataProvider (\TYPO3\CMS\Backend\Tree\AbstractTreeDataProvider $dataProvider)
 
 getDataProvider ()
 
 setNodeRenderer (\TYPO3\CMS\Backend\Tree\Renderer\AbstractTreeRenderer $nodeRenderer)
 
 getNodeRenderer ()
 
 getRoot ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Tree\AbstractTree
 $dataProvider = NULL
 
 $nodeRenderer = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Class for tca tree

Author
Steffen Ritter info@.nosp@m.stef.nosp@m.fen-r.nosp@m.itte.nosp@m.r.net

Definition at line 21 of file TableConfigurationTree.php.

Member Function Documentation

◆ getRoot()

TYPO3\CMS\Core\Tree\TableConfiguration\TableConfigurationTree::getRoot ( )

Returns the root node

Returns

Definition at line 28 of file TableConfigurationTree.php.

◆ render()

TYPO3\CMS\Core\Tree\TableConfiguration\TableConfigurationTree::render ( )

Renders a tree

Returns
mixed

Definition at line 37 of file TableConfigurationTree.php.