Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
H A 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];