Stud.IP  jlu_3.3 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)
 
if(count( $calendar_users))( $calendar_users as $calendar_user)( $range_id==$calendar_user->owner_id ? ' selected' :'') ?> ><? endforeach endif $lecturers = array()
 
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)

◆ $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) ($range_id == $calendar_user->owner_id ? ' selected' : '') ?>> <? endforeach endif $lecturers = array()

◆ endif

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