Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
before_filter (&$action, &$args) | |
update_action () | |
put_action () | |
delete_action () | |
Public Member Functions inherited from AuthenticatedController | |
after_filter ($action, $args) | |
Public Member Functions inherited from StudipController | |
validate_args (&$args, $types=NULL) | |
url_for ($to) | |
rescue ($exception) |
This controller is used to manipulate the avatar of a course.
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.
string | Name of the action to perform. |
array | An array of arguments to the action. |
Reimplemented from AuthenticatedController.
delete_action | ( | ) |
This method is called to remove an avatar for a course.
put_action | ( | ) |
This method is called to upload a new avatar for a course.
update_action | ( | ) |
This method is called to show the form to upload a new avatar for a course.