프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$slotLength | integer | How many minutes are in each slot? Calculated from $_slotsPerHour. | |
$slots | array | Array of slots holding hours and minutes for each piece of this day. | |
$slotsPerDay | integer | How many slots do we have per day? Calculated from $_slotsPerHour. | |
$slotsPerHour | integer | How many time slots are we dividing each hour into? Set from user preferences. |
메소드 | 설명 | |
---|---|---|
__construct ( integer $month = null, integer $day = null, integer $year = null ) | Constructor. | |
diff ( $other = null ) | ||
getTime ( $format, $offset ) | ||
getTomorrow ( ) | ||
getYesterday ( ) | ||
isToday ( ) | ||
isTomorrow ( ) |
public int $slotLength | ||
리턴 | integer |
public array $slots | ||
리턴 | array |
public int $slotsPerDay | ||
리턴 | integer |
public int $slotsPerHour | ||
리턴 | integer |