예제 #1
0
 protected function getLowerName()
 {
     return Util::camelcaseToUnderscore($this->getName());
 }
예제 #2
0
 public function getName()
 {
     return Util::camelcaseToUnderscore($this->getShortName());
 }