entity = &$email; $this->isNew = $isNew; } /** * Returns the Email entity. * * @return Email */ public function getEmail() { return $this->entity; } /** * Sets the Email entity. */ public function setEmail(Email $email): void { $this->entity = $email; } }