TYPO3 CMS  TYPO3_6-2
t3lib_contextmenu_Action Class Reference
Inheritance diagram for t3lib_contextmenu_Action:
TYPO3\CMS\Backend\ContextMenu\ContextMenuAction

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Backend\ContextMenu\ContextMenuAction
 getLabel ()
 
 setLabel ($label)
 
 getId ()
 
 setId ($id)
 
 getIcon ()
 
 setIcon ($icon)
 
 getClass ()
 
 setClass ($class)
 
 getCallbackAction ()
 
 setCallbackAction ($callbackAction)
 
 getType ()
 
 setType ($type)
 
 getChildActions ()
 
 setChildActions (\TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection $actions)
 
 hasChildActions ()
 
 setCustomAttributes (array $customAttributes)
 
 getCustomAttributes ()
 
 toArray ()
 
- Protected Attributes inherited from TYPO3\CMS\Backend\ContextMenu\ContextMenuAction
 $label = ''
 
 $id = ''
 
 $icon = ''
 
 $class = ''
 
 $callbackAction = ''
 
 $type = ''
 
 $childActions = NULL
 
 $customAttributes = array()
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 72 of file LegacyClassesForIde.php.