|
TYPO3 API
SVNRelease
|

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 ShortcutMenu, tx_opendocs, WorkspaceSelectorToolbarItem, ClearCacheMenu, tx_sysactionToolbarMenu, and LiveSearch.
| backend_toolbarItem::checkAccess | ( | ) |
checks whether the user has access to this toolbar item
Implemented in tx_sysactionToolbarMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelectorToolbarItem, tx_opendocs, and LiveSearch.
| backend_toolbarItem::getAdditionalAttributes | ( | ) |
returns additional attributes for the list item in the toolbar
Implemented in ShortcutMenu, tx_opendocs, ClearCacheMenu, tx_sysactionToolbarMenu, WorkspaceSelectorToolbarItem, and LiveSearch.
| backend_toolbarItem::render | ( | ) |
renders the toolbar item
Implemented in ClearCacheMenu, ShortcutMenu, WorkspaceSelectorToolbarItem, tx_opendocs, LiveSearch, and tx_sysactionToolbarMenu.
1.7.5.1