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