示例#1
0
 public function count($userId = null, $friendId = null, $status = FRIENDS_BOL_Service::STATUS_ACTIVE, $orStatus = null, $viewed = null, $exclude = null)
 {
     return $this->friendshipDao->count($userId, $friendId, $status, $orStatus, $viewed, $exclude);
 }