Lines Matching refs:_paths
15 private $_paths = array(); variable in OneLogin_Saml2_Settings
158 $this->_paths = array (
167 $this->_paths['config'] = ONELOGIN_CUSTOMPATH;
168 $this->_paths['cert'] = ONELOGIN_CUSTOMPATH.'certs/';
179 return $this->_paths['base'];
189 return $this->_paths['cert'];
199 return $this->_paths['config'];
209 return $this->_paths['lib'];
219 return $this->_paths['extlib'];
229 if (isset($this->_paths['schemas'])) {
230 return $this->_paths['schemas'];
243 $this->_paths['schemas'] = $path;
715 $keyFile = $this->_paths['cert'].'sp.key';
736 $certFile = $this->_paths['cert'].'sp.crt';
758 $certFile = $this->_paths['cert'].'sp_new.crt';
895 $keyMetadataFile = $this->_paths['cert'].$keyFileName;
896 $certMetadataFile = $this->_paths['cert'].$certFileName;