Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
Dauth.php73 protected $globalConf = array(); variable in auth_plugin_authshibboleth
212 * @param array $globalConf
214 public function setGlobalConfiguration(array $globalConf) argument
216 $this->globalConf = $globalConf;
439 if (isset($this->globalConf[$varName])) {
440 return $this->globalConf[$varName];
/plugin/authserversso/
Dauth.php17 protected $globalConf = array(); variable in auth_plugin_authserversso