PHP 클래스 Horde_Date_Repeater_Time, horde

상속: extends Horde_Date_Repeater
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$ambiguous
$currentTime
$type

공개 메소드들

메소드 설명
__construct ( $time )
__toString ( )
next ( $pointer = 'future' ) Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
this ( $context = 'future' )
width ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $time )

__toString() 공개 메소드

public __toString ( )

next() 공개 메소드

Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
public next ( $pointer = 'future' )

this() 공개 메소드

public this ( $context = 'future' )

width() 공개 메소드

public width ( )

프로퍼티 상세

$ambiguous 공개적으로 프로퍼티

public $ambiguous

$currentTime 공개적으로 프로퍼티

public $currentTime

$type 공개적으로 프로퍼티

public $type