Home
last modified time | relevance | path

Searched refs:row_mapper (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DSearchService.php495 $row_mapper = static function (object $row) use ($tree): Place {
503 return $this->paginateQuery($query, $row_mapper, $filter, $offset, $limit);
1026 * @param Closure $row_mapper Converts a row from the query into a record.
1033 …private function paginateQuery(Builder $query, Closure $row_mapper, Closure $row_filter, int $offs… argument
1038 $record = $row_mapper($row);