Searched defs:person (Results 1 – 8 of 8) sorted by relevance
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 37 $person = $fact->target(); variable 73 $person = $fact->target(); variable 160 $person = $fact->target(); variable
|
/webtrees/resources/views/statistics/individuals/ |
H A D | top10-nolist.phtml | 14 <?php $person = $record['person']; ?> variable
|
H A D | top10-list.phtml | 17 <?php $person = $record['person']; ?> variable
|
/webtrees/app/Module/ |
H A D | DescendancyModule.php | 158 public function getPersonLi(Individual $person, int $generations = 0): string 189 public function getFamilyLi(Family $family, Individual $person, int $generations = 0): string
|
/webtrees/app/Services/ |
H A D | IndividualFactsService.php | 186 …private function childFacts(Individual $person, Family $family, string $option, string $relation, … 618 …private function parentFacts(Individual $person, int $sosa, Date $min_date, Date $max_date): Colle…
|
/webtrees/resources/views/ |
H A D | fact-association-structure.phtml | 41 $person = Registry::individualFactory()->make($amatch[2], $fact->record()->tree()); variable
|
/webtrees/app/ |
H A D | Family.php | 158 public function spouse(Individual $person, int|null $access_level = null): Individual|null
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 238 …private function drawPerson(Individual $person, int $gen, int $state, Family|null $pfamily, string…
|