메소드 |
설명 |
|
checkDay ( DateTime $now ) : boolean | null |
Check if the day matches. |
|
checkDayOfWeek ( DateTime $now ) : boolean | null |
Check if the day of the week matches. |
|
checkHour ( DateTime $now ) : boolean | null |
Check if the hour matches. |
|
checkMinute ( DateTime $now ) : boolean | null |
Check if the minute matches. |
|
checkMonth ( DateTime $now ) : boolean | null |
Check if the month matches. |
|
checkPart ( string $partName, integer $min, integer $max, array $formats, DateTime $now ) : boolean | null |
|
|
parsePattern ( string $pattern ) : string[] |
Parse the pattern into a rule for every property. |
|
parseRule ( string $rule, integer $min, integer $max ) : array |
Convert a rule to an array of all its values. |
|