Exemplo n.º 1
0
 public function get_html()
 {
     if (!$this->hidden) {
         $attributes = $this->attributes;
         $this->set_standard_attributes($attributes);
         return '<select ' . static::get_attributes($attributes) . '>' . $this->get_options() . '</select>' . "\n";
     } else {
         return parent::get_html();
     }
 }