Пример #1
0
 /**
  * @return string
  */
 public function getEntityName($shortName)
 {
     return $this->module->getEntityName($shortName);
 }
Пример #2
0
 public function getEntityController($part)
 {
     $entityClass = $this->doctrine->getEntityName($part);
     $entityName = Code::getClassName($entityClass);
     return $this->controllerFactory->getController($entityName);
 }