public function __construct($name, $type, $default = '') { $this->name = $name; $this->type = $type; $this->default = $default; }