PHP 클래스 Phue\TimePattern\RecurringTime

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

보호된 프로퍼티들

프로퍼티 타입 설명
$daysOfWeek integer Days of week
$timeOfDay string Time of day

공개 메소드들

메소드 설명
__construct ( integer $daysOfWeek, integer $hour, integer $minute, integer $second ) Instantiate
__toString ( ) : string To string

메소드 상세

__construct() 공개 메소드

Instantiate
public __construct ( integer $daysOfWeek, integer $hour, integer $minute, integer $second )
$daysOfWeek integer Bitmask of days (MONDAY|WEDNESDAY|FRIDAY)
$hour integer Hour.
$minute integer Minute.
$second integer Second.

__toString() 공개 메소드

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

프로퍼티 상세

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

Days of week
protected int $daysOfWeek
리턴 integer

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

Time of day
protected string $timeOfDay
리턴 string