PHP Class Horde_LoginTasks_Task_UpgradeCheck, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_LoginTasks_Task
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$display integer Display type.
$interval integer The interval at which to run the task.

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
execute ( ) Perform all functions for this task.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

execute() public méthode

Perform all functions for this task.
public execute ( )

Property Details

$display public_oe property

Display type.
public int $display
Résultat integer

$interval public_oe property

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