Implement _global().
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:32:47 +0000 (16:32 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:32:47 +0000 (16:32 +0200)
framework/Alarm/lib/Horde/Alarm/Object.php

index 2995c70..642f9cb 100644 (file)
@@ -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.