Ejemplo n.º 1
0
 /**
  * Get html string for this field
  *
  * @return string
  */
 public function getHtml()
 {
     $this->attr->add("multiple", "multiple");
     return parent::getHtml();
 }