
Public Member Functions | |
| __construct (TYPO3backend &$backendReference=null) | |
| checkAccess () | |
| render () | |
| getAdditionalAttributes () | |
Definition at line 36 of file interface.backend_toolbaritem.php.
| backend_toolbarItem::__construct | ( | TYPO3backend &$ | backendReference = null |
) |
constructor that receives a back reference to the backend
| TYPO3backend | TYPO3 backend object reference |
Implemented in BackendSearchMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelector, tx_opendocs, and tx_sysactionToolbarMenu.
| backend_toolbarItem::checkAccess | ( | ) |
checks whether the user has access to this toolbar item
Implemented in BackendSearchMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelector, tx_opendocs, and tx_sysactionToolbarMenu.
| backend_toolbarItem::getAdditionalAttributes | ( | ) |
returns additional attributes for the list item in the toolbar
Implemented in BackendSearchMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelector, tx_opendocs, and tx_sysactionToolbarMenu.
| backend_toolbarItem::render | ( | ) |
renders the toolbar item
Implemented in BackendSearchMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelector, tx_opendocs, and tx_sysactionToolbarMenu.
1.4.7