コード例 #1
0
 /**
  * Is this guy followed by another guy ?
  *
  * @param \Trismegiste\Socialist\Follower $f
  *
  * @return boolean
  */
 public function isFollowedBy(Follower $f)
 {
     return $this->followerExists($f->getUniqueId());
 }