Eh, fix the class name of Horde_Registry_Caller - and remove the
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 9 Jul 2009 15:24:24 +0000 (11:24 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 9 Jul 2009 15:24:24 +0000 (11:24 -0400)
class I added erroneously to Registry.php

framework/Core/lib/Horde/Horde/Registry.php
framework/Core/lib/Horde/Horde/Registry/Caller.php

index 7c85c0b..d3d4779 100644 (file)
@@ -1135,37 +1135,3 @@ class Horde_Registry
     }
 
 }
-
-/**
- * @package Core
- */
-class Horde_Registry_Caller
-{
-    /**
-     * TODO
-     */
-    protected $registry;
-
-    /**
-     * TODO
-     */
-    protected $api;
-
-    /**
-     * TODO
-     */
-    public function __construct($registry, $api)
-    {
-        $this->registry = $registry;
-        $this->api = $api;
-    }
-
-    /**
-     * TODO
-     */
-    public function __call($method, $args)
-    {
-        return $this->registry->call($this->api . '/' . $method, $args);
-    }
-
-}
index 661b2bb..1189a77 100644 (file)
@@ -9,7 +9,7 @@
  *
  * @package Core
  */
-class RegistryCaller
+class Horde_Registry_Caller
 {
     /**
      * TODO