public function __construct($label, $options, $show_size = false, $required = true, $minimum_selected = false)
 {
     parent::__construct($label, $options, $required, $minimum_selected);
     $this->show_size = $show_size;
 }
Пример #2
0
 public function __construct($label, $attributes = array())
 {
     parent::__construct($label, $attributes);
 }