PHP Класс Time\SIG_CRON

Signal based on the UNIX cron definition. Module has been made possible due to Michael Dowling's CronExpression.
Наследование: extends XPSPL\SIG_Routine
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_cron integer Cron-Expression object
$_next_run integer Next runtime of the cron.

Открытые методы

Метод Описание
__construct ( string $expression ) : void Constructs a new cron signal.
routine ( Routine $routine = null ) : integer Determines when the time signal should fire, otherwise returning the processor to idle until it will.

Описание методов

__construct() публичный Метод

Constructs a new cron signal.
public __construct ( string $expression ) : void
$expression string Cron expression
Результат void

routine() публичный Метод

Determines when the time signal should fire, otherwise returning the processor to idle until it will.
public routine ( Routine $routine = null ) : integer
$routine XPSPL\Routine
Результат integer

Описание свойств

$_cron защищенное свойство

Cron-Expression object
protected int $_cron
Результат integer

$_next_run защищенное свойство

Next runtime of the cron.
protected int $_next_run
Результат integer