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