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

Public Member Functions

 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu
 setDataProvider (\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider $dataProvider)
 
 getDataProvider ()
 
 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu
 $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 for ExtDirect

This is a concrete implementation that should stay here to be shared between the different ExtDirect implementation. Just create a subclass for adding specific purposes.

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 26 of file AbstractExtdirectContextMenu.php.

Member Function Documentation

◆ getActionsForNode()

TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu::getActionsForNode ( \TYPO3\CMS\Backend\Tree\TreeNode  $node)

Unused for this implementation

See also
getActionsForNodeArray()
Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
Returns
array

Definition at line 59 of file AbstractExtdirectContextMenu.php.