entry = $entry; $this->emailNotification = (Boolean) $emailNotification; } public function getFeedEntry() { return $this->entry; } public function hasEmailNotification() { return $this->emailNotification; } }