getServiceActionRegistry() public method

Get the service action registry
public getServiceActionRegistry ( ) : Drest\Service\Action\Registry
return Drest\Service\Action\Registry $service_action_registry
コード例 #1
0
ファイル: Manager.php プロジェクト: jdrich/drest
 /**
  * Get the service action registry
  * @return ServiceActionRegistry
  */
 public function getServiceActionRegistry()
 {
     return $this->service->getServiceActionRegistry();
 }