|
| before_filter (&$action, &$args) |
|
| day_action ($range_id=null) |
|
| week_action ($range_id=null) |
|
| month_action ($range_id=null) |
|
| year_action ($range_id=null) |
|
| event_action ($range_id=null, $event_id=null) |
|
| delete_action ($range_id, $event_id) |
|
| delete_recurrence_action ($range_id, $event_id, $atime) |
|
| export_event_action ($event_id, $range_id=null) |
|
| export_calendar_action ($range_id=null) |
|
| import_action ($range_id=null) |
|
| share_action ($range_id=null) |
|
| manage_access_action ($range_id=null) |
|
| add_users_action ($range_id=null) |
|
| remove_user_action ($range_id=null, $user_id=null) |
|
| store_permissions_action ($range_id=null) |
|
| seminar_events_action ($order_by=null, $order= 'asc') |
|
| store_selected_sem_action () |
|
| before_filter (&$action, &$args) |
|
| index_action () |
|
| edit_action ($range_id=null, $event_id=null) |
|
| edit_status_action ($range_id, $event_id) |
|
| switch_action () |
|
| jump_to_action () |
|
| show_declined_action () |
|
| before_filter (&$action, &$args) |
|
| before_filter (&$action, &$args) |
|
| erase_response () |
|
| perform ($unconsumed_path) |
|
| after_filter ($action, $args) |
|
| validate_args (&$args, $types=null) |
|
| url_for ($to= '') |
|
| link_for ($to= '') |
|
| redirect ($to) |
|
| relocate ($to) |
|
| rescue ($exception) |
|
| render_json ($data) |
|
| render_csv ($data, $filename=null, $delimiter= ';', $enclosure= '"') |
|
| render_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| render_temporary_file ($file, $filename=null, $content_type=null, $content_disposition= 'attachment', Closure $callback=null, $chunk_size=262144) |
|
| relay ($to_uri) |
|
| relayWithRedirect (...$args) |
|
| perform_relayed ($unconsumed) |
|
| render_template_as_string ($template, $layout=null) |
|
| __call ($method, $arguments) |
|
| has_action ($action) |
|
| action_url ($action) |
|
| action_link ($action) |
|
| validate_datetime ($datetime, $format= 'H:i') |
|