TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu:
t3lib_contextmenu_AbstractContextMenu TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu t3lib_contextmenu_extdirect_ContextMenu TYPO3\CMS\Backend\ContextMenu\Pagetree\Extdirect\ContextMenuConfiguration t3lib_contextmenu_pagetree_extdirect_ContextMenu

Public Member Functions

 setDataProvider (\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider $dataProvider)
 
 getDataProvider ()
 
 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 

Protected Attributes

 $dataProvider = 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! Abstract Context Menu

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om

Definition at line 22 of file AbstractContextMenu.php.

Member Function Documentation

◆ getActionsForNode()

TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu::getActionsForNode ( \TYPO3\CMS\Backend\Tree\TreeNode  $node)
abstract

Returns the actions for the given node information

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
Returns
array

Referenced by TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\getDataProvider().

◆ getDataProvider()

TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu::getDataProvider ( )

◆ setDataProvider()

TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu::setDataProvider ( \TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider  $dataProvider)
Parameters
\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider$dataProvider
Returns
void

Definition at line 35 of file AbstractContextMenu.php.

References TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu\$dataProvider.

Member Data Documentation

◆ $dataProvider

TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu::$dataProvider = NULL
protected