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