Class Horde_Alarm_Object
The Horde_Alarm_Object class is a Horde_Alarm storage implementation using
an object instance.
-
Horde_Alarm
-
Horde_Alarm_Object
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
|
public
|
#
initialize( )
Attempts to initialize the backend.
Attempts to initialize the backend.
Throws
|
Methods inherited from Horde_Alarm
__construct(),
addHandler(),
delete(),
exists(),
gc(),
get(),
globalAlarms(),
handlers(),
isSnoozed(),
listAlarms(),
notify(),
set(),
snooze()
|