Stud.IP
4.2 Revision
|
Public Member Functions | |
index_action ($user_id) | |
export2CSV_action ($table, $user_id) | |
print_action ($user_id) | |
export_action ($user_id) | |
filesexport_action ($user_id) | |
askfor_action ($user_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) | |
Additional Inherited Members | |
![]() | |
$with_session = true | |
$allow_nobody = false | |
![]() | |
$with_session = false | |
$allow_nobody = true | |
askfor_action | ( | $user_id | ) |
Show a message dialog to ask for user data
string | $user_id |
export2CSV_action | ( | $table, | |
$user_id | |||
) |
Create a csv file with user data from a specific table of a plugin
string | $plugin_id | |
string | $table | |
string | $user_id |
AccessDeniedException | if user has no privileges |
export_action | ( | $user_id | ) |
Create a zip file with user data
string | $user_id |
AccessDeniedException | if user has no privileges |
filesexport_action | ( | $user_id | ) |
Delivers a zip containing the files from plugins which feature the specific function
string | $user_id |
AccessDeniedException | if user has no privileges |
index_action | ( | $user_id | ) |
print_action | ( | $user_id | ) |
Create a print view with user data
string | $user_id |
AccessDeniedException | if user has no privileges |