|
| 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) |
|
◆ before_filter()
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Common tasks for all actions.
◆ 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: