follower = $follower; } /** * @return Account */ public function getFollower() { return $this->follower; } /** * @param Account $follower * @return FollowEvent */ public function setFollower(Account $follower) { $this->follower = $follower; return $this; } }