Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1315 private function _setUser($user) function in CAS_Client
1775 $this->_setUser($this->getSessionValue('user'));
1824 $this->_setUser($this->getSessionValue('user'));
2232 $this->_setUser(trim($arr[1]));
2337 $this->_setUser($user);
3515 $this->_setUser(
/plugin/translator/
Dadmin.php79 case "set_user" : $this->_setUser($_REQUEST['user']); break;
260 function _setUser($users=array()) { function in admin_plugin_translator