Lines Matching refs:xrefs
138 $xrefs = Validator::queryParams($request)->array('xrefs');
140 $xrefs = array_filter(array_unique($xrefs));
144 $xrefs[] = Validator::parsedBody($request)->isXref()->string('add', '');
149 'xrefs' => $xrefs,
156 $individuals = (new Collection($xrefs))
177 …c fn (string $xref): Individual|null => Registry::individualFactory()->make($xref, $tree), $xrefs);
184 return $this->chart($tree, $xrefs, $scale);
195 'xrefs' => $xrefs,
201 'xrefs' => $xrefs,
208 'xrefs' => $xrefs,
232 protected function chart(Tree $tree, array $xrefs, int $scale): ResponseInterface argument
235 …c fn (string $xref): Individual|null => Registry::individualFactory()->make($xref, $tree), $xrefs);