tweets = new ArrayCollection(); } public function addTweet(Tweet $tweet) { $tweet->setAuthor($this); $this->tweets->add($tweet); } }