Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Dfriend.php42 $totalnum = $_ENV['friend']->get_totalnum_by_uid($uid, $direction);
53 $totalnum = $totalnum ? $totalnum : $_ENV['friend']->get_totalnum_by_uid($uid);
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php52 function get_totalnum_by_uid($uid, $direction = 0) { function in friendmodel