|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| before_filter (&$action, &$args) | |
| index_action () | |
| edit_action ($id, $view) | |
| delete_action ($id, $view) | |
| count_action ($view) | |
| refresh_action ($view) | |
| upload_action ($view) | |
Public Member Functions inherited from StudipController | |
| 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) | |
| setInfoBoxImage ($image) | |
| addToInfobox ($category, $text, $icon='blank.gif') | |
| render_json ($data) | |
| relay ($to_uri) | |
| perform_relayed ($unconsumed) | |
| render_template_as_string ($template, $layout=null) | |
Additional Inherited Members | |
Protected Member Functions inherited from StudipController | |
| populateInfobox () | |
Protected Attributes inherited from AuthenticatedController | |
| $with_session = true | |
| $allow_nobody = false | |
Protected Attributes inherited from StudipController | |
| $with_session = false | |
| $allow_nobody = true | |
| $encoding = "windows-1252" | |
| $utf8decode_xhr = false | |
| before_filter | ( | & | $action, |
| & | $args | ||
| ) |
Common tasks for all actions.
Reimplemented from StudipController.

| count_action | ( | $view | ) |
Counts all smiley occurences systemwide and updates the smileys' counters
| String | $view | View to return to |

| delete_action | ( | $id, | |
| $view | |||
| ) |
Deletes a smiley
| int | $id | Id of the smiley to delete |
| String | $view | View to return to after deletion |

| edit_action | ( | $id, | |
| $view | |||
| ) |
Displays edit form and performs according actions upon submit
| int | $id | Id of the smiley to edit |
| String | $view | View to return to after editing |

| index_action | ( | ) |
Administrtion view for smileys

| refresh_action | ( | $view | ) |
Refreshes the smiley table by aligning it with the file system
| String | $view | View to return to |

| upload_action | ( | $view | ) |
Displays upload form and processes the upload command
| String | $view | View to return to if canceled |
