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