projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67608c
)
Implement _global().
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:32:47 +0000
(16:32 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 14:32:47 +0000
(16:32 +0200)
framework/Alarm/lib/Horde/Alarm/Object.php
patch
|
blob
|
history
diff --git
a/framework/Alarm/lib/Horde/Alarm/Object.php
b/framework/Alarm/lib/Horde/Alarm/Object.php
index
2995c70
..
642f9cb
100644
(file)
--- a/
framework/Alarm/lib/Horde/Alarm/Object.php
+++ b/
framework/Alarm/lib/Horde/Alarm/Object.php
@@
-83,6
+83,16
@@
class Horde_Alarm_Object extends Horde_Alarm
}
/**
+ * Returns a list of all global alarms from the backend.
+ *
+ * @return array A list of alarm hashes.
+ */
+ protected function _global()
+ {
+ return array();
+ }
+
+ /**
* Returns an alarm hash from the backend.
*
* @param string $id The alarm's unique id.