Ejemplo n.º 1
0
 protected function getEntityClassName()
 {
     return Util::getEntityFullName($this->getName());
 }
Ejemplo n.º 2
0
 protected function getEntityName()
 {
     return Util::getEntityFullName(\substr($this->getShortName(), 0, -10));
 }