Example #1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->text();
 }
Example #2
0
 /**
  * @param string $name
  */
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->type(EnumType::INPUT_TEXT);
 }