◆ 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: