|
| before_filter (&$action, &$args) |
|
| index_action () |
|
| sidebar_action () |
|
| export_csv_action () |
|
| set_selection_action () |
|
| set_lockrule_action () |
|
| set_locked_action () |
|
| set_visibility_action () |
|
| set_aux_lockrule_action () |
|
| set_view_filter_action ($filter=null, $state=true) |
|
| set_action_type_action () |
|
| set_course_type_action () |
|
| toggle_complete_action ($course_id) |
|
| get_subcourses_action ($course_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) |
|
◆ before_filter()
before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Common tasks for all actions
- Parameters
-
String | $action | Called action |
Array | $args | Possible arguments |
◆ export_csv_action()
◆ get_subcourses_action()
get_subcourses_action |
( |
|
$course_id | ) |
|
◆ index_action()
Show all courses with more options
◆ set_action_type_action()
set_action_type_action |
( |
| ) |
|
Set the selected action type and store the selection in configuration
◆ set_aux_lockrule_action()
set_aux_lockrule_action |
( |
| ) |
|
Set the additional course informations
◆ set_course_type_action()
set_course_type_action |
( |
| ) |
|
Set the selected course type filter and store the selection in configuration
◆ set_locked_action()
◆ set_lockrule_action()
Set the lockrules of courses
◆ set_selection_action()
Set the selected institute or semester
◆ set_view_filter_action()
set_view_filter_action |
( |
|
$filter = null , |
|
|
|
$state = true |
|
) |
| |
Set the selected view filter and store the selection in configuration
◆ set_visibility_action()
set_visibility_action |
( |
| ) |
|
Set the visibility of a course
◆ sidebar_action()
The sidebar action is responsible for showing a dialog that lets the user configure what elements of the sidebar are visible and which will be invisible.
- Returns
- null This method does not return any value.
◆ toggle_complete_action()
toggle_complete_action |
( |
|
$course_id | ) |
|
Marks a course as complete/incomplete.
- Parameters
-
String | $course_id | Id of the course |
The documentation for this class was generated from the following file: