\Horde_LoginTasks_SystemTask

Abstract class to allow for modularization of specific system login tasks that are always run on login.

Copyright 2009-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
execute()
skip()
$active
$interval
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$active

$active : boolean

Should the task be run?

Type

boolean

$interval

$interval : integer

The interval at which to run the task.

Type

integer

Methods

execute()

execute() 

Do login task (if it has been confirmed).

skip()

skip() : boolean

Skip the current task? If true, will not run on this access but will attempt to run on the next access.

Returns

boolean —

Skip the current task?