Lines Matching refs:ancestors
214 $ancestors = (int) $request->getAttribute('ancestors');
249 return $this->chart($individual1, $individual2, $recursion, $ancestors);
256 'ancestors' => $ancestors,
267 'ancestors' => $ancestors,
285 * @param int $ancestors
289 …(Individual $individual1, Individual $individual2, int $recursion, int $ancestors): ResponseInterf… argument
297 … $paths = $this->calculateRelationships($individual1, $individual2, $recursion, (bool) $ancestors);
439 … $ancestors = Validator::parsedBody($request)->string('relationship-ancestors-' . $tree->id());
442 $tree->setPreference('RELATIONSHIP_ANCESTORS', $ancestors);
505 … $ancestors = $this->allAncestors($individual1->xref(), $individual2->xref(), $tree->id());
508 $ancestors = [];
515 …if ($ancestors === [] || in_array($row->l_from, $ancestors, true) && !in_array($row->l_to, $exclud…
597 $ancestors = [
621 if (!in_array($parent, $ancestors, true)) {
622 $ancestors[] = $parent;
628 return $ancestors;