Home
last modified time | relevance | path

Searched refs:get_user_by_uid (Results 1 – 4 of 4) sorted by path

/plugin/authucenter/
H A Dauth.php503 $status = $_ENV['user']->get_user_by_uid($username);
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php76 $user = $_ENV['user']->get_user_by_uid($fromuid);
H A Duser.php36 if($this->user = $_ENV['user']->get_user_by_uid($uid)) {
123 $user = $_ENV['user']->get_user_by_uid($username);
176 $status = $_ENV['user']->get_user_by_uid($username);
/plugin/authucenter/lib/uc_client/model/
H A Duser.php26 function get_user_by_uid($uid) { function in usermodel