Home
last modified time | relevance | path

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

/plugin/sfauth/
H A Dhelper.php225 'client_id' => $this->getIConf('consumer key', $this->instance),
226 'client_secret' => $this->getIConf('consumer secret', $this->instance),
256 'client_id' => $this->getIConf('consumer key', $this->instance),
257 'client_secret' => $this->getIConf('consumer secret', $this->instance)
397 protected function getIConf($config, $instance) { function in helper_plugin_sfauth