class BroadsoftXMLCommandAuthenticationRequest !!!133641.php!!! __construct() parent::__construct(); //$this->comando = new DOMElement("command"); !!!133769.php!!! setUser(inout user : string) $this->user = $user; $elem = new DOMElement("userId", $this->user); $this->comando->appendChild($elem); !!!133897.php!!! setCommand() $this->comando->setAttribute("xsi:type", "AuthenticationRequest"); $this->comando->setAttribute("xmlns", "");