searchOperation; } public function getLimit(): int { return $this->limit; } public function getOffset(): int { return $this->offset; } /** * @return ISearchOrder[] */ public function getOrder(): array { return $this->order; } public function getUser(): ?IUser { return $this->user; } public function limitToHome(): bool { return $this->limitToHome; } }