Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/
DAbstractRequest.php52 private $_responseHeaders = array(); variable in CAS_Request_AbstractRequest
261 $this->_responseHeaders = array_merge($this->_responseHeaders, $headers);
273 $this->_responseHeaders[] = $header;
317 return $this->_responseHeaders;
337 $this->_responseHeaders[0], $matches
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
DAbstract.php178 private $_responseHeaders = array(); variable in CAS_ProxiedService_Http_Abstract
247 $this->_responseHeaders = $request->getResponseHeaders();
311 return $this->_responseHeaders;