registry = $registry; $this->api = $api; } /** * TODO * * @throws Horde_Exception */ public function __call($method, $args) { return $this->registry->call($this->api . '/' . $method, $args); } }