getServiceActionRegistry() 공개 메소드

Get the service action registry
public getServiceActionRegistry ( ) : Drest\Service\Action\Registry
리턴 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();
 }