Stud.IP
5.4
|
Public Member Functions | |
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) | |
![]() | |
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') | |
Additional Inherited Members | |
![]() | |
keepRequest () | |
![]() | |
render_pdf (TCPDF $pdf, $filename, $inline=false) | |
controller_path () | |
getBodyElementIdForControllerAndAction ($unconsumed_path) | |
![]() | |
$with_session = true | |
$allow_nobody = false | |
![]() | |
$with_session = false | |
$allow_nobody = true | |
$_autobind = false | |
admin_conflicts_action | ( | ) |
Administration page for tour conflicts
AccessDeniedException |
admin_details_action | ( | $tour_id = '' | ) |
Administration page for single tour
String | $tour_id | tour id |
AccessDeniedException |
admin_overview_action | ( | ) |
Administration page for tours
AccessDeniedException |
before_filter | ( | & | $action, |
& | $args | ||
) |
Callback function being called before an action is executed.
delete_step_action | ( | $tour_id, | |
$step_nr | |||
) |
delete tour step (ajax call)
String | $tour_id | tour id |
String | $step_nr | number of step |
edit_step_action | ( | $tour_id, | |
$step_nr, | |||
$mode = 'edit' |
|||
) |
edit tour step
String | $tour_id | tour id |
String | $step_nr | number of step |
String | $mode | indicates edit mode (new, edit or save*) |
AccessDeniedException |
export_action | ( | $tour_id | ) |
export help tour
String | $id | id of help tour |
get_data_action | ( | $tour_id, | |
$step_nr = 1 |
|||
) |
sends tour object as json data
string | $tour_id | id of tour object |
String | $step_nr | number of step to start with |
import_action | ( | ) |
import help tour
resolve_conflict_action | ( | $id, | |
$mode | |||
) |
save_action | ( | $tour_id = '' | ) |
set_status_action | ( | $tour_id, | |
$step_nr, | |||
$status | |||
) |
sets session data for active tour
String | $tour_id | tour id |
String | $step_nr | number of current step |
String | $status | status of tour ('off' to end tour) |