date = $date; } /** * Return the name from the value object * * @return \DateTime */ public function getValue() { return $this->date; } }