Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DBranchesListModule.php188 $ancestors = $this->allAncestors($self);
232 private function allAncestors(Individual $individual): array function in Fisharebest\\Webtrees\\Module\\BranchesListModule
H A DRelationshipsChartModule.php505 … $ancestors = $this->allAncestors($individual1->xref(), $individual2->xref(), $tree->id());
595 private function allAncestors(string $xref1, string $xref2, int $tree_id): array function in Fisharebest\\Webtrees\\Module\\RelationshipsChartModule
/webtrees/
H A Dphpstan-baseline.neon5170 …message: '#^Method Fisharebest\\Webtrees\\Module\\RelationshipsChartModule\:\:allAncestors\(\) sho…