Member Function Documentation
after_filter |
( |
|
$action, |
|
|
|
$args |
|
) |
| |
Callback function being called after an action is executed.
- Parameters
-
string | Name of the action to perform. |
array | An array of arguments to the action. |
- Returns
- void
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.
- Parameters
-
string | Name of the action to perform. |
array | An array of arguments to the action. |
- Returns
- bool
Reimplemented in Course_StudygroupController, Admin_ConfigurationController, Admin_StudycourseController, Course_StudyAreasController, Course_AvatarController, DomainAdminController, EventLogController, Institute_AvatarController, Course_ManagementController, PluginAdminController, RoleAdminController, MessagesController, and ContentElementController.
The documentation for this class was generated from the following file: