PHP 클래스 Phue\TimePattern\Timer

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

보호된 프로퍼티들

프로퍼티 타입 설명
$repeat integer Number of times to repeat
$seconds integer Number of seconds until event

공개 메소드들

메소드 설명
__construct ( $seconds ) Instantiate
__toString ( ) : string To string
repeat ( integer $count ) : self Repeat count.

메소드 상세

__construct() 공개 메소드

Instantiate
public __construct ( $seconds )

__toString() 공개 메소드

To string
public __toString ( ) : string
리턴 string Formatted date

repeat() 공개 메소드

Repeat count.
public repeat ( integer $count ) : self
$count integer Number of times to repeat
리턴 self This object

프로퍼티 상세

$repeat 보호되어 있는 프로퍼티

Number of times to repeat
protected int $repeat
리턴 integer

$seconds 보호되어 있는 프로퍼티

Number of seconds until event
protected int $seconds
리턴 integer