示例#1
0
 public function __construct($node, $text = null)
 {
     parent::__construct($text);
     $this->node = $node;
 }
示例#2
0
 public function __construct($label, $placeholder = false, $max_length = false, $value = false)
 {
     parent::__construct($label, $placeholder, $max_length, $value);
     $this->field_type = 'password';
 }