Exemplo n.º 1
0
 public function __construct($name, $value = "", $type = "text")
 {
     parent::__construct($name, $value);
     $this->SetType($type);
 }