예제 #1
0
 public function getLabel()
 {
     return $this->getItem('label') ?: $this->getHeadline() ?: Helper::id2camel($this->name);
 }
예제 #2
0
파일: File.php 프로젝트: hiqdev/hidev
 public function getCtype()
 {
     return Helper::id2camel($this->type);
 }