Exemplo n.º 1
0
 public function getFields()
 {
     return array_merge(parent::getFields(), array('src' => $this->src));
 }
Exemplo n.º 2
0
 public function getFields()
 {
     return array_merge(parent::getFields(), array('valueField' => $this->valueField, 'labelField' => $this->labelField, 'src' => $this->src));
 }
Exemplo n.º 3
0
 public function add(ElementAbstract $element)
 {
     $this->children['item'][] = $element->getFields();
 }
Exemplo n.º 4
0
 public function getFields()
 {
     return array_merge(parent::getFields(), array('role' => $this->role));
 }
Exemplo n.º 5
0
 public function getFields()
 {
     return array_merge(parent::getFields(), array('children' => $this->children));
 }