TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer:
t3lib_contextmenu_renderer_Abstract

Public Member Functions

 renderAction (\TYPO3\CMS\Backend\ContextMenu\ContextMenuAction $action, $recursive=FALSE)
 
 renderActionCollection (\TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection $actionCollection, $recursive=FALSE)
 
 renderContextMenu (\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu $contextMenu, $recursive=FALSE)
 

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 Renderer

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 AbstractContextMenuRenderer.php.

Member Function Documentation

◆ renderAction()

TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer::renderAction ( \TYPO3\CMS\Backend\ContextMenu\ContextMenuAction  $action,
  $recursive = FALSE 
)
abstract

Renders an action recursive or just a single one

Parameters
\TYPO3\CMS\Backend\ContextMenu\ContextMenuAction$action
boolean$recursive
Returns
mixed

◆ renderActionCollection()

TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer::renderActionCollection ( \TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection  $actionCollection,
  $recursive = FALSE 
)
abstract

Renders an action collection recursive or just a single one

Parameters
\TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection$actionCollection
boolean$recursive
Returns
mixed

◆ renderContextMenu()

TYPO3\CMS\Backend\ContextMenu\Renderer\AbstractContextMenuRenderer::renderContextMenu ( \TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu  $contextMenu,
  $recursive = FALSE 
)
abstract

Renders a context menu recursive or just a single one

Parameters
\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu$contextMenu
boolean$recursive
Returns
mixed