PHP 클래스 Phue\TimePattern\RandomizedTime

상속: extends AbstractTimePattern
파일 보기 프로젝트 열기: sqmk/phue

보호된 프로퍼티들

프로퍼티 타입 설명
$date DateTime Date
$randomWithinSeconds integer Random within seconds

공개 메소드들

메소드 설명
__construct ( string $time, integer $randomWithinSeconds = null ) Instantiate
__toString ( ) : string To string

메소드 상세

__construct() 공개 메소드

Instantiate
public __construct ( string $time, integer $randomWithinSeconds = null )
$time string Time value
$randomWithinSeconds integer Random within seconds

__toString() 공개 메소드

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

프로퍼티 상세

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

Date
protected DateTime $date
리턴 DateTime

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

Random within seconds
protected int $randomWithinSeconds
리턴 integer