|
| before_filter (&$action, &$args) |
|
| index_action () |
|
| store_action () |
|
| before_filter (&$action, &$args) |
|
| url_for ($to='') |
|
| get_default_template ($action) |
|
| render_nothing ($text='') |
|
| shallChange ($field, $attribute=null, $value=null) |
|
| 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) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter=';', $enclosure='"') |
|
| 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 |
◆ index_action()
Displays the user domain settings of a user.
◆ store_action()
Stores the user domain settings of a user.
The documentation for this class was generated from the following file: