class I added erroneously to Registry.php
}
}
-
-/**
- * @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);
- }
-
-}
*
* @package Core
*/
-class RegistryCaller
+class Horde_Registry_Caller
{
/**
* TODO