Lines Matching refs:xref2
212 $xref2 = Validator::attributes($request)->isXref()->string('xref2', '');
230 $individual2 = Registry::individualFactory()->make($xref2, $tree);
522 $xref2 = $individual2->xref();
524 $paths = $dijkstra->shortestPaths($xref1, $xref2);
553 foreach ($dijkstra->shortestPaths($xref1, $xref2, $exclude) as $new_path) {
590 * @param string $xref2
595 private function allAncestors(string $xref1, string $xref2, int $tree_id): array argument
599 $xref2,
604 $xref2,
635 * @param string $xref2
640 private function excludeFamilies(string $xref1, string $xref2, int $tree_id): array argument
652 ->where('l2.l_from', '=', $xref2)