PHP Класс Habari\CronHandler

Наследование: extends ActionHandler
Показать файл Открыть проект

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

Метод Описание
act_poll_cron ( ) Handles asyncronous cron calls.
run_cron ( boolean $async = false ) Executes all cron jobs in the DB if there are any to run.

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

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

Handles asyncronous cron calls.
public act_poll_cron ( )

run_cron() статический публичный Метод

Executes all cron jobs in the DB if there are any to run.
static public run_cron ( boolean $async = false )
$async boolean If true, allows execution to continue by making an asynchronous request to a cron URL