PHP Class Horde_LoginTasks_Task_AdminCheck, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_LoginTasks_Task
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$display integer Display type.
$interval integer The interval at which to run the task.

Public Methods

Method Description
__construct ( ) Constructor.
execute ( ) Perform all functions for this task.

Method Details

__construct() public method

Constructor.
public __construct ( )

execute() public method

Perform all functions for this task.
public execute ( )

Property Details

$display public_oe property

Display type.
public int $display
return integer

$interval public_oe property

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