Пример #1
0
 /**
  * Set attributes for the child element object
  *
  * @param  array $a
  * @return Select
  */
 public function setAttributes(array $a)
 {
     parent::setAttributes($a);
     $this->isMultiple();
     return $this;
 }