Exemple #1
0
 public function __construct($type, $name, $mandatory, $size, $options = '', $default = '')
 {
     parent::__construct($type, $name, $mandatory, $size, $options, $default);
     $this->extra = new InputTextField($type, $name, false, $size);
 }