entry = $entry; } /** * @return Entry */ public function getEntry() { return $this->entry; } /** * @param Entry $entry * @return RecommendedEntryEvent */ public function setEntry(Entry $entry) { $this->entry = $entry; return $this; } }