Searched refs:addDescendancy (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 2452 $this->addDescendancy($this->list, $id, false, $maxgen); 2456 $this->addDescendancy($this->list, $id, true, $maxgen); 2636 private function addDescendancy(&$list, $pid, $parents = false, $generations = -1): void function in Fisharebest\\Webtrees\\Report\\ReportParserGenerate 2685 …$this->addDescendancy($list, $child->xref(), $parents, $generations); // recurse on the childs fam…
|
/webtrees/ |
H A D | phpstan-baseline.neon | 6274 …ist of method Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:addDescendancy\(\) expects ar…
|