Exemple #1
0
 /**
  * Html attributes
  *
  * @return string[]
  */
 public function getHtmlAttributes()
 {
     $attributes = parent::getHtmlAttributes();
     return array_merge($attributes, $this->_htmlAttributes);
 }