key = $key; $this->value = $value; $this->byRef = $byRef; } public function getSubNodeNames() { return array('key', 'value', 'byRef'); } }