searchOperation = $searchOperation; $this->limit = $limit; $this->offset = $offset; $this->order = $order; $this->user = $user; $this->limitToHome = $limitToHome; } public function getSearchOperation() { return $this->searchOperation; } public function getLimit() { return $this->limit; } public function getOffset() { return $this->offset; } public function getOrder() { return $this->order; } public function getUser() { return $this->user; } public function limitToHome(): bool { return $this->limitToHome; } }