Searched refs:paginateQuery (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Services/ |
H A D | SearchService.php | 140 …return $this->paginateQuery($query, $this->familyRowMapper(), GedcomRecord::accessFilter(), $offse… 210 …return $this->paginateQuery($query, $this->individualRowMapper(), GedcomRecord::accessFilter(), $o… 253 …return $this->paginateQuery($query, $this->locationRowMapper(), GedcomRecord::accessFilter(), $off… 273 …return $this->paginateQuery($query, $this->mediaRowMapper(), GedcomRecord::accessFilter(), $offset… 294 …return $this->paginateQuery($query, $this->noteRowMapper(), GedcomRecord::accessFilter(), $offset,… 315 …return $this->paginateQuery($query, $this->sharedNoteRowMapper(), GedcomRecord::accessFilter(), $o… 336 …return $this->paginateQuery($query, $this->repositoryRowMapper(), GedcomRecord::accessFilter(), $o… 356 …return $this->paginateQuery($query, $this->sourceRowMapper(), GedcomRecord::accessFilter(), $offse… 377 …return $this->paginateQuery($query, $this->sourceRowMapper(), GedcomRecord::accessFilter(), $offse… 423 …return $this->paginateQuery($query, $this->submissionRowMapper(), GedcomRecord::accessFilter(), $o… [all …]
|