Documentation

Horde_LoginTasks_Task_UpgradeCheck extends Horde_LoginTasks_Task
in package

Login task to check for Horde upgrades, and then report upgrades to an admin via the notification system.

Tags
author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl LGPL-2

Table of Contents

$display  : int
Display type.
$interval  : int
The interval at which to run the task.
__construct()  : mixed
Constructor.
execute()  : mixed
Perform all functions for this task.

Properties

$display

Display type.

public int $display = \Horde_LoginTasks::DISPLAY_NONE

$interval

The interval at which to run the task.

public int $interval = \Horde_LoginTasks::WEEKLY

Methods

__construct()

Constructor.

public __construct() : mixed
Return values
mixed

execute()

Perform all functions for this task.

public execute() : mixed
Return values
mixed

Search results