Example #1
0
 /**
  * Select constructor.
  *
  * @param array|null $options
  * @param string $name
  * @param string|array|null $value
  * @param string $title
  */
 public function __construct($name, $value = '', $title = '', array $options = [])
 {
     parent::__construct($name, null, $title, $options);
     $this->setValue($value);
 }