Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
index_action ($days=false) | |
groupedentry_action ($start, $end, $seminars, $ajax=false) | |
Public Member Functions inherited from AuthenticatedController | |
before_filter (&$action, &$args) | |
after_filter ($action, $args) | |
Public Member Functions inherited from StudipController | |
validate_args (&$args, $types=NULL) | |
url_for ($to) | |
rescue ($exception) |
Controller of the institutes' schedules.
groupedentry_action | ( | $start, | |
$end, | |||
$seminars, | |||
$ajax = false |
|||
) |
Returns an HTML fragment of a grouped entry in the schedule of an institute.
string | the start time of the group, e.g. "1000" |
string | the end time of the group, e.g. "1200" |
string | the IDs of the courses |
string | true if this is an Ajax request |
index_action | ( | $days = false | ) |
this action is the main action of the schedule-controller, setting the environment for the timetable, accepting a comma-separated list of days.
string | a list of an arbitrary mix of the numbers 0-6, separated with a comma (e.g. 1,2,3,4,5 (for Monday to Friday, the default)) |