Member Function Documentation
| 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 |
| 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 a page, more or less an alias for the edit action.
Deletes a page.
- Parameters
-
| String | $id | Id of the page to delete |
| 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 |
( |
|
$id = null | ) |
|
Displays a page.
- Parameters
-
| mixed | $id | Id of the page to display, optional - defaults to first page in set. |
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: