PHP 클래스 Phue\TimePattern\AbsoluteTime

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

보호된 프로퍼티들

프로퍼티 타입 설명
$date DateTime Date

공개 메소드들

메소드 설명
__construct ( string $time ) Instantiate
__toString ( ) : string To string

메소드 상세

__construct() 공개 메소드

Instantiate
public __construct ( string $time )
$time string Time value

__toString() 공개 메소드

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

프로퍼티 상세

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

Date
protected DateTime $date
리턴 DateTime