clID = $this->createElement('clID'); $this->command->appendChild($this->clID); $this->pw = $this->createElement('pw'); $this->command->appendChild($this->pw); $this->options = $this->createElement('options'); $this->command->appendChild($this->options); $this->eppVersion = $this->createElement('version'); $this->options->appendChild($this->eppVersion); $this->eppLang = $this->createElement('lang'); $this->options->appendChild($this->eppLang); $this->svcs = $this->createElement('svcs'); $this->command->appendChild($this->svcs); } } ?>