コード例 #1
0
ファイル: EntityService.php プロジェクト: pscheit/psc-cms
 public function getEntityController($part)
 {
     $entityClass = $this->doctrine->getEntityName($part);
     $entityName = Code::getClassName($entityClass);
     return $this->controllerFactory->getController($entityName);
 }
コード例 #2
0
 public function getController($controllerName)
 {
     return $this->controllerFactory->getController($controllerName);
 }