|
| | before_filter (&$action, &$args) |
| |
| | index_action () |
| |
| | edit_action ($id, $view) |
| |
| | delete_action ($id, $view) |
| |
| | count_action ($view) |
| |
| | refresh_action ($view) |
| |
| | upload_action ($view) |
| |
| | 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) |
| |
◆ before_filter()
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
◆ count_action()
Counts all smiley occurences systemwide and updates the smileys' counters
- Parameters
-
| String | $view | View to return to |
◆ delete_action()
| delete_action |
( |
|
$id, |
|
|
|
$view |
|
) |
| |
Deletes a smiley
- Parameters
-
| int | $id | Id of the smiley to delete |
| String | $view | View to return to after deletion |
- Todo:
- needs some of confirmation
◆ edit_action()
| edit_action |
( |
|
$id, |
|
|
|
$view |
|
) |
| |
Displays edit form and performs according actions upon submit
- Parameters
-
| int | $id | Id of the smiley to edit |
| String | $view | View to return to after editing |
◆ index_action()
Administrtion view for smileys
◆ refresh_action()
Refreshes the smiley table by aligning it with the file system
- Parameters
-
| String | $view | View to return to |
◆ upload_action()
Displays upload form and processes the upload command
- Parameters
-
| String | $view | View to return to if canceled |
The documentation for this class was generated from the following file: