entity = &$user; $this->isNew = $isNew; } /** * Returns the User entity. * * @return User */ public function getUser() { return $this->entity; } /** * Sets the User entity. */ public function setUser(User $user): void { $this->entity = $user; } }