Home
last modified time | relevance | path

Searched refs:_use_assocs (Results 1 – 2 of 2) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php582 var $_use_assocs; variable in Auth_OpenID_GenericConsumer
618 $this->_use_assocs = (is_null($this->store) ? false : true);
1439 if (!$this->_use_assocs) {
/plugin/openid/Auth/OpenID/
H A DConsumer.php595 public $_use_assocs; variable in Auth_OpenID_GenericConsumer
635 $this->_use_assocs = (is_null($this->store) ? false : true);
637 $this->_use_assocs = false;
1531 if (!$this->_use_assocs) {