Home
last modified time | relevance | path

Searched refs:_responseBody (Results 1 – 2 of 2) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/
H A DAbstractRequest.php53 private $_responseBody = null; variable in CAS_Request_AbstractRequest
285 $this->_responseBody = $body;
362 return $this->_responseBody;
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
H A DAbstract.php192 private $_responseBody = ''; variable in CAS_ProxiedService_Http_Abstract
248 $this->_responseBody = $request->getResponseBody();
345 return $this->_responseBody;