[Horde_Alarm] element index

Package indexes

All elements
a d e f g h i l n s _
_
top
Variable $_db
Handle for the current database connection.
Variable $_errormsg
An error message to throw when something is wrong.
Variable $_params
Hash containing connection parameters.
Variable $_write_db
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database is not required.
Method _add
Horde_Alarm::_add() in Alarm.php
Method _add
Adds an alarm hash to the backend.
Method _delete
Method _delete
Deletes an alarm from the backend.
Method _dismiss
Dismisses an alarm.
Method _exists
Returns whether an alarm with the given id exists already.
Method _exists
Method _fetchAlarms
Fetches all alarms from a DB result set.
Method _fromDriver
Converts a value from the driver's charset.
Method _fromDriver
Converts a value from the driver's charset.
Method _gc
Garbage collects old alarms in the backend.
Method _get
Returns an alarm hash from the backend.
Method _get
Horde_Alarm::_get() in Alarm.php
Method _global
Returns a list of all global alarms from the backend.
Method _initConn
Method _internal
Updates internal alarm properties, i.e. properties not determined by the application setting the alarm.
Method _internal
Method _isSnoozed
Returns whether an alarm is snoozed.
Method _isSnoozed
Method _list
Method _list
Returns a list of alarms from the backend.
Method _mail
Notifies about an alarm by email.
Method _notify
Notifies about an alarm through Horde_Notification.
Method _popup
Notifies about an alarm by a javascript popup.
Method _sms
Horde_Alarm::_sms() in Alarm.php
Notifies about an alarm with an SMS through the sms/send API method.
Method _snooze
Method _snooze
Delays (snoozes) an alarm for a certain period.
Method _toDriver
Converts a value to the driver's charset.
Method _toDriver
Converts a value to the driver's charset.
Method _update
Updates an alarm hash in the backend.
Method _update
a
top
Page Alarm.php
Alarm.php in Alarm.php
d
top
Method delete
Deletes an alarm from the backend.
e
top
Method exists
Returns whether an alarm with the given id exists already.
f
top
Method factory
Attempts to return a concrete Horde_Alarm instance based on $driver.
g
top
Method gc
Horde_Alarm::gc() in Alarm.php
Garbage collects old alarms in the backend.
Method get
Horde_Alarm::get() in Alarm.php
Returns an alarm hash from the backend.
Method globalAlarms
Returns a list of all global alarms from the backend.
h
top
Class Horde_Alarm
Horde_Alarm in Alarm.php
The Horde_Alarm:: class provides an interface to deal with reminders, alarms and notifications through a standardized API.
Method Horde_Alarm
Constructor - just store the $params in our newly-created object. All other work is done by initialize().
Method Horde_Alarm_sql
Constructs a new SQL storage object.
Class Horde_Alarm_sql
Horde_Alarm_sql in sql.php
The Horde_Alarm_sql:: class is a Horde_Alarm storage implementation using the PEAR DB package.
i
top
Method initialize
Attempts to open a connection to the SQL server.
Method isSnoozed
Returns whether an alarm is snoozed.
l
top
Method listAlarms
Returns a list of alarms from the backend.
Method load
Horde_Alarm::load() in Alarm.php
Retrieves active alarms from all applications and stores them in the backend.
n
top
Method notificationMethods
Returns a list of available notification methods and method parameters.
Method notify
Notifies the user about any active alarms.
s
top
Page sql.php
sql.php in sql.php
Method set
Horde_Alarm::set() in Alarm.php
Stores an alarm hash in the backend.
Method snooze
Delays (snoozes) an alarm for a certain period.
a d e f g h i l n s _