|
| | before_filter (&$action, &$args) |
| |
| | index_action () |
| |
| | upload_action () |
| |
| | before_filter (&$action, &$args) |
| |
| | url_for ($to) |
| |
| | get_default_template ($action) |
| |
| | render_nothing ($text='') |
| |
| | shallChange ($field, $attribute=null, $value=null) |
| |
| | verifyDialog ($message, $approved, $rejected) |
| |
| | __call ($method, $arguments) |
| |
| | after_filter ($action, $args) |
| |
| | before_filter (&$action, &$args) |
| |
| | perform ($unconsumed_path) |
| |
| | after_filter ($action, $args) |
| |
| | validate_args (&$args, $types=NULL) |
| |
| | url_for ($to='') |
| |
| | link_for ($to='') |
| |
| | relocate ($to) |
| |
| | rescue ($exception) |
| |
| | setInfoBoxImage ($image) |
| |
| | addToInfobox ($category, $text, $icon='blank.gif') |
| |
| | render_json ($data) |
| |
| | relay ($to_uri) |
| |
| | perform_relayed ($unconsumed) |
| |
| | render_template_as_string ($template, $layout=null) |
| |
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Set up this controller
- Parameters
-
| String | $action | Name of the action to be invoked |
| Array | $args | Arguments to be passed to the action method |
Reimplemented from Settings_SettingsController.
◆ index_action()
Display the avatar information of a user
◆ upload_action()
Upload a new avatar or removes the current avatar. Upon Sends an information email to the user if the action was not invoked by himself.
The documentation for this class was generated from the following file: