Documentation

Horde_LoginTasks_Task_AdminCheck extends Horde_LoginTasks_Task
in package

Login task to check various Horde configuration/setup values, and then report failures to an admin via the notification system.

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

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

Tags
author

Michael Slusarz slusarz@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::EVERY

Methods

__construct()

Constructor.

public __construct() : mixed
Return values
mixed

execute()

Perform all functions for this task.

public execute() : mixed
Return values
mixed

Search results