Exemple #1
0
 public function getEntityController($part)
 {
     $entityClass = $this->doctrine->getEntityName($part);
     $entityName = Code::getClassName($entityClass);
     return $this->controllerFactory->getController($entityName);
 }
 public function getController($controllerName)
 {
     return $this->controllerFactory->getController($controllerName);
 }