Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php58 private $_compress = array(); variable in OneLogin_Saml2_Settings
278 $this->_compress = $settings['compress'];
351 if (!isset($this->_compress['requests'])) {
352 $this->_compress['requests'] = true;
355 if (!isset($this->_compress['responses'])) {
356 $this->_compress['responses'] = true;
824 return $this->_compress['requests'];
834 return $this->_compress['responses'];