- function __construct($name,$value="")
- {
- $this->class = 'TextField';
- $this->name = $name;
- $this->value = $value;
- }
+ function __construct($name, $value = '')
+ {
+ $this->class = 'TextField';
+ $this->name = $name;
+ $this->value = $value;
+ }