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