|
| before_filter (&$action, &$args) |
|
| index_action ($view=null) |
|
| favor_action ($id, $view) |
|
| picker_action ($view=null, $page=0) |
|
| 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 |
|
) |
| |
Common tasks for all actions.
◆ favor_action()
favor_action |
( |
|
$id, |
|
|
|
$view |
|
) |
| |
Toggles whether a certain smiley is favored for the current user
- Parameters
-
int | $id | Id of the smiley to favor/disfavor |
String | $view | View to return to |
◆ index_action()
index_action |
( |
|
$view = null | ) |
|
Displays (a subset of) the smileys in the system
- Parameters
-
mixed | $view | Subset to display, defaults to favorites if enabled |
◆ picker_action()
picker_action |
( |
|
$view = null , |
|
|
|
$page = 0 |
|
) |
| |
Back end for the smiley picker javascript module. Renders a list of smileys very similar to the index action but unfortunately still to different to be combined.
- Parameters
-
mixed | $view | Subset to display, defaults to favorites if enabled |
int | $page | Section of subset to display |
◆ GRID_HEIGHT
◆ GRID_WIDTH
The documentation for this class was generated from the following file: