Overview

Packages

  • Alarm

Classes

  • Horde_Alarm
  • Horde_Alarm_Exception
  • Horde_Alarm_Handler
  • Horde_Alarm_Handler_Desktop
  • Horde_Alarm_Handler_Mail
  • Horde_Alarm_Handler_Notify
  • Horde_Alarm_Null
  • Horde_Alarm_Object
  • Horde_Alarm_Sql
  • Horde_Alarm_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Alarm_Null

Null Alarm driver.

Horde_Alarm
Extended by Horde_Alarm_Null
Package: Alarm
Author: Jan Schneider jan@horde.org
Located at Horde/Alarm/Null.php
Methods summary
public
# internal( string $id, string $user, array $internal )

Updates internal alarm properties, i.e. properties not determined by the application setting the alarm.

Updates internal alarm properties, i.e. properties not determined by the application setting the alarm.

Parameters

$id
The alarm's unique id.
$user
The alarm's user
$internal
A hash with the internal data.

Throws

Horde_Alarm_Exception
public
# initialize( )

Attempts to initialize the backend.

Attempts to initialize the backend.

Throws

Horde_Alarm_Exception
Methods inherited from Horde_Alarm
__construct(), addHandler(), delete(), exists(), gc(), get(), globalAlarms(), handlers(), isSnoozed(), listAlarms(), notify(), set(), snooze()
API documentation generated by ApiGen