Ejemplo n.º 1
0
 protected function getLowerName()
 {
     return Util::camelcaseToUnderscore($this->getName());
 }
Ejemplo n.º 2
0
 public function getName()
 {
     return Util::camelcaseToUnderscore($this->getShortName());
 }