TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
HelpToolbarItem Class Reference
Inheritance diagram for HelpToolbarItem:
ToolbarItemInterface

Public Member Functions

 checkAccess ()
 
 getItem ()
 
 getAdditionalAttributes ()
 
 hasDropDown ()
 
 getIndex ()
 
- Public Member Functions inherited from ToolbarItemInterface
 getDropDown ()
 

Protected Attributes

 $helpModuleMenu = null
 
 $iconFactory
 

Detailed Description

Help toolbar item

Definition at line 27 of file HelpToolbarItem.php.

Member Function Documentation

checkAccess ( )

Users see this if a module is available

Returns
bool TRUE

Implements ToolbarItemInterface.

Definition at line 59 of file HelpToolbarItem.php.

getAdditionalAttributes ( )

No additional attributes needed.

Returns
array

Implements ToolbarItemInterface.

Definition at line 110 of file HelpToolbarItem.php.

getIndex ( )

Position relative to others

Returns
int

Implements ToolbarItemInterface.

Definition at line 130 of file HelpToolbarItem.php.

getItem ( )

Render help icon

Returns
string Help

Implements ToolbarItemInterface.

Definition at line 70 of file HelpToolbarItem.php.

References Icon\SIZE_SMALL.

hasDropDown ( )

This item has a drop down

Returns
bool

Implements ToolbarItemInterface.

Definition at line 120 of file HelpToolbarItem.php.

Member Data Documentation

$helpModuleMenu = null
protected

Definition at line 32 of file HelpToolbarItem.php.

$iconFactory
protected

Definition at line 37 of file HelpToolbarItem.php.