Lines Matching refs:Closure
22 use Closure; alias
1026 * @param Closure $row_mapper Converts a row from the query into a record.
1027 * @param Closure $row_filter
1033 …private function paginateQuery(Builder $query, Closure $row_mapper, Closure $row_filter, int $offs…
1138 * @return Closure(GedcomRecord):bool
1140 private function rawGedcomFilter(array $search_terms): Closure
1165 * @return Closure():void
1167 private function rowLimiter(int $limit = self::MAX_SEARCH_RESULTS): Closure
1183 * @return Closure(object):Family
1185 private function familyRowMapper(): Closure
1197 * @return Closure(object):Individual
1199 private function individualRowMapper(): Closure
1211 * @return Closure(object):Location
1213 private function locationRowMapper(): Closure
1225 * @return Closure(object):Media
1227 private function mediaRowMapper(): Closure
1239 * @return Closure(object):Note
1241 private function noteRowMapper(): Closure
1253 * @return Closure(object):Repository
1255 private function repositoryRowMapper(): Closure
1267 * @return Closure(object):SharedNote
1269 private function sharedNoteRowMapper(): Closure
1281 * @return Closure(object):Source
1283 private function sourceRowMapper(): Closure
1295 * @return Closure(object):Submission
1297 private function submissionRowMapper(): Closure
1309 * @return Closure(object):Submitter
1311 private function submitterRowMapper(): Closure