Public Member Functions | |
render () | |
getActionType () | |
__construct ($controllerId, $moduleId, $modelId, $params=array()) | |
renderMenuItem () | |
isFormRequiredToUse () | |
Static Public Member Functions | |
static | getType () |
Protected Attributes | |
$controllerId | |
$moduleId | |
$modelId | |
$route | |
$params | |
$formRequiredToUse = false | |
Buttons and Links that take the user to a new page.
Definition at line 41 of file ActionElement.php.
renderMenuItem | ( | ) |
Override in child class to add support for rendering the element as a menu item.
Definition at line 76 of file ActionElement.php.