maxSize = $maxSize; $this->offset = $offset; $this->entityType = $entityType; } public function getMaxSize(): ?int { return $this->maxSize; } public function getOffset(): ?int { return $this->offset; } public function getEntityType(): ?string { return $this->entityType; } }