Example #1
0
 public function getLabel()
 {
     return $this->getItem('label') ?: $this->getHeadline() ?: Helper::id2camel($this->name);
 }
Example #2
0
 public function getCtype()
 {
     return Helper::id2camel($this->type);
 }