Свойство | Тип | Описание | |
---|---|---|---|
$_cron | integer | Cron-Expression object | |
$_next_run | integer | Next runtime of the cron. |
Метод | Описание | |
---|---|---|
__construct ( string $expression ) : void | Constructs a new cron signal. | |
routine ( |
Determines when the time signal should fire, otherwise returning the processor to idle until it will. |
public __construct ( string $expression ) : void | ||
$expression | string | Cron expression |
Результат | void |