PHP 클래스 Horde_Date_Repeater_DayPortion, horde

상속: extends Horde_Date_Repeater
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$afternoon 1pm-5pm (13 * 60 * 60, 17 * 60 * 60)
$currentSpan
$evening 5pm-8pm (17 * 60 * 60, 20 * 60 * 60)
$morning 6am-12am (6 * 60 * 60, 12 * 60 * 60)
$night 8pm-12pm (20 * 60 * 60, 24 * 60 * 60)
$range
$type

공개 메소드들

메소드 설명
__construct ( $type )
__toString ( )
next ( $pointer = 'future' )
offset ( $span, $amount, $pointer )
this ( $context = 'future' )
width ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $type )

__toString() 공개 메소드

public __toString ( )

next() 공개 메소드

public next ( $pointer = 'future' )

offset() 공개 메소드

public offset ( $span, $amount, $pointer )

this() 공개 메소드

public this ( $context = 'future' )

width() 공개 메소드

public width ( )

프로퍼티 상세

$afternoon 공개적으로 정적으로 프로퍼티

1pm-5pm (13 * 60 * 60, 17 * 60 * 60)
public static $afternoon

$currentSpan 공개적으로 프로퍼티

public $currentSpan

$evening 공개적으로 정적으로 프로퍼티

5pm-8pm (17 * 60 * 60, 20 * 60 * 60)
public static $evening

$morning 공개적으로 정적으로 프로퍼티

6am-12am (6 * 60 * 60, 12 * 60 * 60)
public static $morning

$night 공개적으로 정적으로 프로퍼티

8pm-12pm (20 * 60 * 60, 24 * 60 * 60)
public static $night

$range 공개적으로 프로퍼티

public $range

$type 공개적으로 프로퍼티

public $type