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