notificationType = $notificationType; } /** * Return the notification type from the value object * * @return string */ public function getValue() { return $this->notificationType; } }