public function getFields() { return array_merge(parent::getFields(), array('src' => $this->src)); }
public function getFields() { return array_merge(parent::getFields(), array('valueField' => $this->valueField, 'labelField' => $this->labelField, 'src' => $this->src)); }
public function add(ElementAbstract $element) { $this->children['item'][] = $element->getFields(); }
public function getFields() { return array_merge(parent::getFields(), array('role' => $this->role)); }
public function getFields() { return array_merge(parent::getFields(), array('children' => $this->children)); }