Stud.IP  trunk Revision
_day.php File Reference

Variables

 $at = date('G', $atime)
 
if( $at >=$settings[ 'start'] &&$at<=$settings[ 'end']||! $atime) elseif($at< $settings['start']) else
 
 $end = 23 * 3600
 
 $em = $calendar->createEventMatrix($start, $end, $settings['step_day'])
 
 $max_columns = $em['max_cols'] ?: 1
 
 $calType = 'day'
 
 $calLabel = $this->render_partial('calendar/single/_calhead_label_day')
 

Variable Documentation

◆ $at

$at = date('G', $atime)

◆ $calLabel

$calLabel = $this->render_partial('calendar/single/_calhead_label_day')

◆ $calType

$calType = 'day'

◆ $em

$em = $calendar->createEventMatrix($start, $end, $settings['step_day'])

◆ $end

$end = 23 * 3600

◆ $max_columns

$max_columns = $em['max_cols'] ?: 1

◆ else

if($at >=$settings['start'] && $at<=$settings['end']||! $atime) elseif ( $at< $settings[ 'start']) else ( )
Initial value:
{
$start = ($settings['end'] - 2) * 3600
$start
Definition: day.php:8