Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Dpm.php38 $newprvpm = $_ENV['pm']->getpmnum($uid, 1, 1);
39 $newchatpm = $_ENV['pm']->getpmnum($uid, 2, 1);
204 $pmnum = $_ENV['pm']->getpmnum($this->user['uid'], $type, $new);
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php166 function getpmnum($uid, $type = 0, $isnew = 0) { function in pmmodel