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])
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$active boolean Should the task be run?
$interval integer The interval at which to run the task.

Public Methods

Method 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 method

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

skip() public method

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

Property Details

$active public_oe property

Should the task be run?
public bool $active
return boolean

$interval public_oe property

The interval at which to run the task.
public int $interval
return integer