api = new RemoteAPI(); } /** * Get all available methods with remote access. * * @abstract * @return array Information about all provided methods. {@see RemoteAPI}. */ public abstract function _getMethods(); /** * @return RemoteAPI */ protected function getApi() { return $this->api; } }