|
| | before_filter (&$action, &$args) |
| |
| | index_action ($id=null) |
| |
| | create_action () |
| |
| | edit_action ($id=null) |
| |
| | move_action ($id) |
| |
| | delete_action ($id) |
| |
| | 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) |
| |
| | __call ($method, $arguments) |
| |
| | has_action ($action) |
| |
| | action_url ($action) |
| |
| | action_link ($action) |
| |
◆ after_filter()
| after_filter |
( |
|
$action, |
|
|
|
$args |
|
) |
| |
After filter, closes the page.
- Parameters
-
| String | $action | Name of the action that has been invoked |
| Array | $args | Arguments that were passed to the action method |
Reimplemented from StudipController.
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Before filter, set up the page by initializing the session and checking all conditions.
- Parameters
-
| String | $action | Name of the action to be invoked |
| Array | $args | Arguments to be passed to the action method |
Reimplemented from StudipController.
◆ create_action()
Create a page, more or less an alias for the edit action.
◆ delete_action()
Deletes a page.
- Parameters
-
| String | $id | Id of the page to delete |
◆ edit_action()
| edit_action |
( |
|
$id = null | ) |
|
Edits or creates a page.
- Parameters
-
| mixed | $id | Id of the page to edit; a new page will be created if this parameter is omitted. |
◆ index_action()
| index_action |
( |
|
$id = null | ) |
|
Displays a page.
- Parameters
-
| mixed | $id | Id of the page to display, optional - defaults to first page in set. |
◆ move_action()
Moves a page to the front so it becomes the first page the user will see.
- Parameters
-
| String | $id | Id of the page to move |
The documentation for this class was generated from the following file: