IAction Interface Reference
[Interfaces]
An action. More...
Inheritance diagram for IAction:
Public Member Functions |
|
get_description () | |
Returns a description of this action.
|
|
get_instance () | |
Returns the object this actionworks upon.
|
|
get_name () | |
Returns title of action. |
Detailed Description
An action.
Definition at line 8 of file iaction.cls.php.
Member Function Documentation
IAction::get_description | ( | ) |
Returns a description of this action.
- Returns:
- string
Implemented in ActionBase, CommandBase, CommandDelegate, CreateCommand, DeleteCommand, UpdateCommand, and StatusAnyCommand.
IAction::get_instance | ( | ) |
Returns the object this actionworks upon.
- Returns:
- mixed
Implemented in ActionBase, CommandBase, and CommandDelegate.
IAction::get_name | ( | ) |
Returns title of action.
- Returns:
- string
Implemented in ActionBase, CommandBase, CommandDelegate, CallbackCommand, CookieDeleteCommand, CookieSetCommand, CreateCommand, DeleteCommand, UpdateCommand, and StatusAnyCommand.
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/iaction.cls.php