Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Dpm.php208 $pms = $_ENV['pm']->getpmlist($this->user['uid'], $filter, $start, $pagesize);
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php612 function getpmlist($uid, $filter, $start, $ppp = 10) { function in pmmodel