type = $type; $this->byRef = $byRef; $this->variadic = $variadic; $this->name = $name; $this->default = $default; } public function getSubNodeNames() { return array('type', 'byRef', 'variadic', 'name', 'default'); } }