class BroadsoftXMLCommandLoginRequest !!!134409.php!!! __construct() parent::__construct(); //$this->comando = new DOMElement("command"); !!!134537.php!!! setData(inout user : string, inout passwd : string, inout nonce : string) $this->user = $user; $this->passwd = $passwd; $this->nonce = $nonce; $passLoco = md5($nonce . ":" . sha1($passwd)); $elem = new DOMElement("userId", $this->user); $this->comando->appendChild($elem); $elem2 = new DOMElement("signedPassword", $passLoco); $this->comando->appendChild($elem2); !!!134665.php!!! setCommand() $this->comando->setAttribute("xsi:type", "LoginRequest14sp4"); $this->comando->setAttribute("xmlns", "");