TYPO3 API  SVNRelease
Public Member Functions
backend_toolbarItem Interface Reference
Inheritance diagram for backend_toolbarItem:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct (TYPO3backend &$backendReference=null)
 checkAccess ()
 render ()
 getAdditionalAttributes ()

Detailed Description

Definition at line 36 of file interface.backend_toolbaritem.php.


Constructor & Destructor Documentation

backend_toolbarItem::__construct ( TYPO3backend &$  backendReference = null)

constructor that receives a back reference to the backend

Parameters:
TYPO3backendTYPO3 backend object reference

Implemented in ShortcutMenu, tx_opendocs, WorkspaceSelectorToolbarItem, ClearCacheMenu, tx_sysactionToolbarMenu, and LiveSearch.


Member Function Documentation

backend_toolbarItem::checkAccess ( )

checks whether the user has access to this toolbar item

Returns:
boolean true if user has access, false if not

Implemented in tx_sysactionToolbarMenu, ClearCacheMenu, ShortcutMenu, WorkspaceSelectorToolbarItem, tx_opendocs, and LiveSearch.

backend_toolbarItem::getAdditionalAttributes ( )

returns additional attributes for the list item in the toolbar

Returns:
string list item HTML attibutes

Implemented in ShortcutMenu, tx_opendocs, ClearCacheMenu, tx_sysactionToolbarMenu, WorkspaceSelectorToolbarItem, and LiveSearch.

backend_toolbarItem::render ( )

renders the toolbar item

Returns:
string the toolbar item rendered as HTML string

Implemented in ClearCacheMenu, ShortcutMenu, WorkspaceSelectorToolbarItem, tx_opendocs, LiveSearch, and tx_sysactionToolbarMenu.


The documentation for this interface was generated from the following file: