Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
Calendar_InstscheduleController Class Reference
Inheritance diagram for Calendar_InstscheduleController:
Inheritance graph
Collaboration diagram for Calendar_InstscheduleController:
Collaboration graph

Public Member Functions

 index_action ($days=false)
 groupedentry_action ($start, $end, $seminars, $day)
- 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= '')
 link_for ($to= '')
 rescue ($exception)
 setInfoBoxImage ($image)
 addToInfobox ($category, $text, $icon= 'blank.gif')
 render_json ($data)
 relay ($to_uri)
 perform_relayed ($unconsumed)
 render_template_as_string ($template, $layout=null)

Additional Inherited Members

- Protected Member Functions inherited from StudipController
 populateInfobox ()
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Detailed Description

Controller of the institutes' schedules.

  • Since
    2.0

Member Function Documentation

groupedentry_action (   $start,
  $end,
  $seminars,
  $day 
)

Returns an HTML fragment of a grouped entry in the schedule of an institute.

Parameters
string$startthe start time of the group, e.g. "1000"
string$endthe end time of the group, e.g. "1200"
string$seminarsthe IDs of the courses
string$daynumeric day to show
Returns
void
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.

Parameters
stringa 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))

Here is the call graph for this function:


The documentation for this class was generated from the following file: