TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface:
backend_toolbarItem TYPO3\CMS\Backend\Toolbar\ClearCacheToolbarItem TYPO3\CMS\Backend\Toolbar\LiveSearchToolbarItem TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem TYPO3\CMS\Opendocs\Controller\OpendocsController TYPO3\CMS\SysAction\ActionToolbarMenu TYPO3\CMS\Workspaces\ExtDirect\WorkspaceSelectorToolbarItem ClearCacheMenu LiveSearch ShortcutMenu tx_opendocs tx_sysactionToolbarMenu Tx_Workspaces_ExtDirect_WorkspaceSelectorToolbarItem

Public Member Functions

 __construct (\TYPO3\CMS\Backend\Controller\BackendController &$backendReference=NULL)
 
 checkAccess ()
 
 render ()
 
 getAdditionalAttributes ()
 

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! Interface for classes which extend the backend by adding items to the top toolbar

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file ToolbarItemHookInterface.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface::__construct ( \TYPO3\CMS\Backend\Controller\BackendController $backendReference = NULL)

Member Function Documentation

◆ checkAccess()

TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface::checkAccess ( )

◆ getAdditionalAttributes()

TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface::getAdditionalAttributes ( )

◆ render()

TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface::render ( )