コード例 #1
0
ファイル: service.php プロジェクト: tammyrocks/friends
 public function findUserFriendsInList($userId, $first, $count, $userIdList = null)
 {
     return $this->friendshipDao->findFriendIdList($userId, $first, $count, $userIdList);
 }