|
| | before_filter (&$action, &$args) |
| |
| | index_action ($verify_action=null) |
| |
| | reset_action ($action='reset', $verified=false) |
| |
| | 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 |
|
) |
| |
Sets up the controller
- Parameters
-
| String | $action | Which action shall be invoked |
| Array | $args | Arguments passed to the action method |
Reimplemented from Settings_SettingsController.
◆ index_action()
| index_action |
( |
|
$verify_action = null | ) |
|
◆ reset_action()
| reset_action |
( |
|
$action = 'reset', |
|
|
|
$verified = false |
|
) |
| |
The documentation for this class was generated from the following file: