Stud.IP  trunk Revision
_select_calendar.php File Reference

Variables

 $groups = Calendar::getGroups($GLOBALS['user']->id)
 
if(count( $groups))( $groups as $group)( $range_id==$group->getId() ? ' selected' :'') ?> ><? endforeach endif = htmlReady($group->name)
 
 $calendar_users = CalendarUser::getOwners($GLOBALS['user']->id)->getArrayCopy()
 
if(count($calendar_users))($calendar_users as $calendar_user)(! $calendar_user->owner) endforeach endif $lecturers = []
 
if(count( $courses))( $courses as $course)( $range_id==$course->id ? ' selected' :'') ?> ><? endforeach endif $insts = Calendar::GetInstituteActivatedCalendar($GLOBALS['user']->id)
 

Variable Documentation

◆ $calendar_users

$calendar_users = CalendarUser::getOwners($GLOBALS['user']->id)->getArrayCopy()

◆ $groups

$groups = Calendar::getGroups($GLOBALS['user']->id)

◆ $insts

if(count($courses)) ($courses as $course) ($range_id == $course->id ? ' selected' : '') ?>> <? endforeach endif $insts = Calendar::GetInstituteActivatedCalendar($GLOBALS['user']->id)

◆ $lecturers

if(count( $calendar_users)) ( $calendar_users as $calendar_user) (! $calendar_user->owner) endforeach endif $lecturers = []

◆ endif

if(count($groups)) ($groups as $group) ($range_id == $group->getId() ? ' selected' : '') ?>> <? endforeach endif = htmlReady($group->name)