class BroadsoftXMLCommandLogoutRequest !!!134025.php!!! __construct() parent::__construct(); //$this->comando = new DOMElement("command"); !!!134153.php!!! setUser(inout user : string) $this->$user = $user; $elem = new DOMElement("userId", $this->user); $this->comando->appendChild($elem); !!!134281.php!!! setCommand() $this->comando->setAttribute("xsi:type", "LogoutRequest"); $this->comando->setAttribute("xmlns", "");