PHP Class 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.
Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$active boolean Should the task be run?
$interval integer The interval at which to run the task.

Méthodes publiques

Méthode Description
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.

Method Details

execute() abstract public méthode

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

skip() public méthode

Skip the current task? If true, will not run on this access but will attempt to run on the next access.
public skip ( ) : boolean
Résultat boolean Skip the current task?

Property Details

$active public_oe property

Should the task be run?
public bool $active
Résultat boolean

$interval public_oe property

The interval at which to run the task.
public int $interval
Résultat integer