Example #1
0
 function __construct($name, $required, $label)
 {
     parent::__construct($name, $label);
     $this->required = $required;
 }