class BroadsoftXMLAuthenticationRequestResponse !!!132873.php!!! __construct(inout response : string, inout headers : string) parent::__construct($response, $headers); $this->JSESSIONID = $this->headers_response["Set-Cookie"]["JSESSIONID"]; $asd = $this->xml_response->getElementsByTagName("nonce"); $this->nonce = $asd->item(0)->textContent; $asd = $this->xml_response->getElementsByTagName("sessionId"); $this->sessionId = $asd->item(0)->textContent; $asd = $this->xml_response->getElementsByTagName("passwordAlgorithm"); $this->passwordAlgorithm = $asd->item(0)->textContent; $asd = $this->xml_response->getElementsByTagName("userId"); $this->userId = $asd->item(0)->textContent; !!!133001.php!!! getJSESSIONID() : string return ($this->JSESSIONID); !!!133129.php!!! getnonce() : string return ($this->nonce); !!!133257.php!!! getpasswordAlgorithm() : string return ($this->passwordAlgorithm); !!!133385.php!!! getuserId() : string return ($this->userId); !!!133513.php!!! getsessionId() : string return ($this->sessionId);