PHP Класс Horde_LoginTasks_SystemTask, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$active boolean Should the task be run?
$interval integer The interval at which to run the task.

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

Метод Описание
execute ( ) Do login task (if it has been confirmed).
skip ( ) : boolean Skip the current task? If true, will not run on this access but will attempt to run on the next access.

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

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

Do login task (if it has been confirmed).
abstract public execute ( )

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

Skip the current task? If true, will not run on this access but will attempt to run on the next access.
public skip ( ) : boolean
Результат boolean Skip the current task?

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

$active публичное свойство

Should the task be run?
public bool $active
Результат boolean

$interval публичное свойство

The interval at which to run the task.
public int $interval
Результат integer