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