|
| before_filter (&$action, &$args) |
|
| get_data_action ($tour_id, $step_nr=1) |
|
| set_status_action ($tour_id, $step_nr, $status) |
|
| admin_overview_action () |
|
| import_action () |
|
| export_action ($tour_id) |
|
| delete_step_action ($tour_id, $step_nr) |
|
| edit_step_action ($tour_id, $step_nr, $mode='edit') |
|
| admin_conflicts_action () |
|
| resolve_conflict_action ($id, $mode) |
|
| admin_details_action ($tour_id='') |
|
| save_action ($tour_id='') |
|
| 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) |
|
◆ admin_conflicts_action()
admin_conflicts_action |
( |
| ) |
|
Administration page for tour conflicts
- Exceptions
-
◆ admin_details_action()
admin_details_action |
( |
|
$tour_id = '' | ) |
|
Administration page for single tour
- Parameters
-
- Exceptions
-
◆ admin_overview_action()
admin_overview_action |
( |
| ) |
|
Administration page for tours
- Exceptions
-
◆ before_filter()
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Callback function being called before an action is executed.
◆ delete_step_action()
delete_step_action |
( |
|
$tour_id, |
|
|
|
$step_nr |
|
) |
| |
delete tour step (ajax call)
- Parameters
-
String | $tour_id | tour id |
String | $step_nr | number of step |
◆ edit_step_action()
edit_step_action |
( |
|
$tour_id, |
|
|
|
$step_nr, |
|
|
|
$mode = 'edit' |
|
) |
| |
edit tour step
- Parameters
-
String | $tour_id | tour id |
String | $step_nr | number of step |
String | $mode | indicates edit mode (new, edit or save*) |
- Exceptions
-
◆ export_action()
export_action |
( |
|
$tour_id | ) |
|
export help tour
- Parameters
-
◆ get_data_action()
get_data_action |
( |
|
$tour_id, |
|
|
|
$step_nr = 1 |
|
) |
| |
sends tour object as json data
- Parameters
-
string | $tour_id | id of tour object |
String | $step_nr | number of step to start with |
◆ import_action()
◆ resolve_conflict_action()
resolve_conflict_action |
( |
|
$id, |
|
|
|
$mode |
|
) |
| |
resolves tour conflict
- Parameters
-
- Exceptions
-
◆ save_action()
save_action |
( |
|
$tour_id = '' | ) |
|
save tour data
- Parameters
-
- Exceptions
-
◆ set_status_action()
set_status_action |
( |
|
$tour_id, |
|
|
|
$step_nr, |
|
|
|
$status |
|
) |
| |
sets session data for active tour
- Parameters
-
String | $tour_id | tour id |
String | $step_nr | number of current step |
String | $status | status of tour ('off' to end tour) |
The documentation for this class was generated from the following file: