|
| | before_filter (&$action, &$args) |
| |
| | configure_action ($containerId, $conditionId='') |
| |
| | add_action () |
| |
| | delete_action ($conditionId) |
| |
| | 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) |
| |
| | __call ($method, $arguments) |
| |
| | has_action ($action) |
| |
| | action_url ($action) |
| |
| | action_link ($action) |
| |
◆ add_action()
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ configure_action()
| configure_action |
( |
|
$containerId, |
|
|
|
$conditionId = '' |
|
) |
| |
Show configuration for a given UserFilter.
- Parameters
-
| String | $containerId | Target HTML element |
| String | $conditionId | ID of an existiting UserFilter object |
◆ delete_action()
| delete_action |
( |
|
$conditionId | ) |
|
The documentation for this class was generated from the following file: