TYPO3 CMS  TYPO3_6-2
ToolbarItemHookInterface.php
Go to the documentation of this file.
1 <?php
3 
27  public function __construct(\TYPO3\CMS\Backend\Controller\BackendController &$backendReference = NULL);
28 
34  public function checkAccess();
35 
41  public function render();
42 
48  public function getAdditionalAttributes();
49 
50 }
__construct(\TYPO3\CMS\Backend\Controller\BackendController &$backendReference=NULL)