hydrator = $hydrator; } /** * Retrieve hydrator */ public function getHydrator(): ?HydratorInterface { return $this->hydrator; } }