Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php257 * @param str $consumer_cls The name of the class to instantiate
262 $consumer_cls = null) argument
270 if ($consumer_cls !== null) {
271 $this->consumer = new $consumer_cls($store);
/plugin/openid/Auth/OpenID/
H A DConsumer.php257 * @param string $consumer_cls The name of the class to instantiate
261 function __construct($store, $session = null, $consumer_cls = null) argument
269 if ($consumer_cls !== null) {
270 $this->consumer = new $consumer_cls($store);