PHP 클래스 Kronolith_Day, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Date
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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 ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( integer $month = null, integer $day = null, integer $year = null )
$month integer
$day integer
$year integer

diff() 공개 메소드

public diff ( $other = null )

getTime() 공개 메소드

public getTime ( $format, $offset )

getTomorrow() 공개 메소드

public getTomorrow ( )

getYesterday() 공개 메소드

public getYesterday ( )

isToday() 공개 메소드

public isToday ( )

isTomorrow() 공개 메소드

public isTomorrow ( )

프로퍼티 상세

$slotLength 공개적으로 프로퍼티

How many minutes are in each slot? Calculated from $_slotsPerHour.
public int $slotLength
리턴 integer

$slots 공개적으로 프로퍼티

Array of slots holding hours and minutes for each piece of this day.
public array $slots
리턴 array

$slotsPerDay 공개적으로 프로퍼티

How many slots do we have per day? Calculated from $_slotsPerHour.
public int $slotsPerDay
리턴 integer

$slotsPerHour 공개적으로 프로퍼티

How many time slots are we dividing each hour into? Set from user preferences.
public int $slotsPerHour
리턴 integer