|
| | index_action ($user_id, $section=null) |
| |
| | landing_action ($user_id) |
| |
| | export2CSV_action ($table, $user_id) |
| |
| | print_action ($user_id) |
| |
| | export_action ($user_id) |
| |
| | xml_action ($user_id, $section=null) |
| |
| | 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) |
| |
| | __call ($method, $arguments) |
| |
| | has_action ($action) |
| |
| | action_url ($action) |
| |
| | action_link ($action) |
| |
◆ askfor_action()
| askfor_action |
( |
|
$user_id | ) |
|
Show a message dialog to ask for user data
- Parameters
-
◆ export2CSV_action()
| export2CSV_action |
( |
|
$table, |
|
|
|
$user_id |
|
) |
| |
Create a csv file with user data from a specific table of a plugin
- Parameters
-
| string | $plugin_id | |
| string | $table | |
| string | $user_id | |
- Exceptions
-
◆ export_action()
| export_action |
( |
|
$user_id | ) |
|
Create a zip file with user data
- Parameters
-
- Exceptions
-
◆ filesexport_action()
| filesexport_action |
( |
|
$user_id | ) |
|
Delivers a zip containing the files from plugins which feature the specific function
- Parameters
-
- Exceptions
-
◆ getViewSections()
Returns a list of all the sections to be displayed.
- Returns
- array of arrays (key => icon, title, description)
◆ index_action()
| index_action |
( |
|
$user_id, |
|
|
|
$section = null |
|
) |
| |
Presents the userdata of given user
- Parameters
-
| string | $user_id | |
| string | $section | |
- Exceptions
-
◆ landing_action()
| landing_action |
( |
|
$user_id | ) |
|
Gives access to accumulated userdata or single categories
- Parameters
-
- Exceptions
-
◆ print_action()
Create a print view with user data
- Parameters
-
- Exceptions
-
◆ xml_action()
| xml_action |
( |
|
$user_id, |
|
|
|
$section = null |
|
) |
| |
Create a xml file with user data
- Parameters
-
- Exceptions
-
The documentation for this class was generated from the following file: