|
| | before_filter (&$action, &$args) |
| |
| | after_filter ($action, $args) |
| |
| | index_action () |
| |
| | details_action ($modul_id) |
| |
| | drilldown_action () |
| |
| | reset_drilldown_action () |
| |
| | reset_action () |
| |
| | overview_action ($modul_id) |
| |
| | description_action ($modul_id) |
| |
| | before_filter (&$action, &$args) |
| |
| | paramSuffix ($action='') |
| |
| | renderSortLink ($action, $text, $field, $attributes=null) |
| |
| | jsUrl ($to='', $params=array()) |
| |
| | qs_result_action () |
| |
| | 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) |
| |
◆ after_filter()
| after_filter |
( |
|
$action, |
|
|
|
$args |
|
) |
| |
Callback function being called after an action is executed.
- Parameters
-
| string | Name of the action to perform. |
| array | An array of arguments to the action. |
- Returns
- void
Reimplemented from StudipController.
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ description_action()
| description_action |
( |
|
$modul_id | ) |
|
◆ details_action()
| details_action |
( |
|
$modul_id | ) |
|
◆ drilldown_action()
◆ index_action()
◆ IsVisible()
Determines the visibility of this controller.
- Returns
- bool True if the controller is visible.
Reimplemented from MVVController.
◆ overview_action()
| overview_action |
( |
|
$modul_id | ) |
|
◆ reset_action()
◆ reset_drilldown_action()
| reset_drilldown_action |
( |
| ) |
|
◆ reset_search()
| reset_search |
( |
|
$action = '' | ) |
|
|
protected |
Deletes the search results stored in $this->search_result for the given action.
- Parameters
-
| string | $action | The name of the action that uses the particular search. |
Reimplemented from MVVController.
The documentation for this class was generated from the following file: