PHP Class Phue\TimePattern\RecurringTime

Inheritance: extends AbstractTimePattern
Afficher le fichier Open project: sqmk/phue

Protected Properties

Свойство Type Description
$daysOfWeek integer Days of week
$timeOfDay string Time of day

Méthodes publiques

Méthode Description
__construct ( integer $daysOfWeek, integer $hour, integer $minute, integer $second ) Instantiate
__toString ( ) : string To string

Method Details

__construct() public méthode

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() public méthode

To string
public __toString ( ) : string
Résultat string Formatted date

Property Details

$daysOfWeek protected_oe property

Days of week
protected int $daysOfWeek
Résultat integer

$timeOfDay protected_oe property

Time of day
protected string $timeOfDay
Résultat string