PHP Класс Horde_Core_Factory_Alarm, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Horde_Core_Factory_Base
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_alarm Horde_Alarm A Horde_Alarm instance.
$_ttl integer TTL value.

Открытые методы

Метод Описание
create ( ) : Horde_Alarm Return a Horde_Alarm instance.
load ( string $user = null, boolean $preload = true ) Retrieves active alarms from all applications and stores them in the backend.

Описание методов

create() публичный Метод

Return a Horde_Alarm instance.
public create ( ) : Horde_Alarm
Результат Horde_Alarm

load() публичный Метод

The applications will only be called once in the configured time span, by default 5 minutes.
public load ( string $user = null, boolean $preload = true )
$user string Retrieve alarms for this user, or for all users if null.
$preload boolean Preload alarms that go off within the next ttl time span?

Описание свойств

$_alarm защищенное свойство

A Horde_Alarm instance.
protected Horde_Alarm $_alarm
Результат Horde_Alarm

$_ttl защищенное свойство

TTL value.
protected int $_ttl
Результат integer