PHP Класс Backend\Core\Engine\Base\Cronjob

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

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

Свойство Тип Описание
$id integer The current id

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

Метод Описание
execute ( )
getId ( ) : integer Get the id
setAction ( string $action, string $module = null ) Set the action
setModule ( string $module ) Set the module

Защищенные методы

Метод Описание
clearBusyFile ( ) Clear/removed the busy file
getCacheDirectory ( ) : string
setBusyFile ( ) Set the busy file

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

clearBusyFile() защищенный метод

Clear/removed the busy file
protected clearBusyFile ( )

execute() публичный метод

public execute ( )

getCacheDirectory() защищенный метод

protected getCacheDirectory ( ) : string
Результат string

getId() публичный метод

Get the id
public getId ( ) : integer
Результат integer

setAction() публичный метод

We can't rely on the parent setModule function, because a cronjob requires no login
public setAction ( string $action, string $module = null )
$action string The action to load.
$module string The module to load.

setBusyFile() защищенный метод

Set the busy file
protected setBusyFile ( )

setModule() публичный метод

We can't rely on the parent setModule function, because a cronjob requires no login
public setModule ( string $module )
$module string The module to load.

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

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

The current id
protected int $id
Результат integer