Home
last modified time | relevance | path

Searched defs:person (Results 1 – 8 of 8) sorted by relevance

/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml37 $person = $fact->target(); variable
73 $person = $fact->target(); variable
160 $person = $fact->target(); variable
/webtrees/resources/views/statistics/individuals/
H A Dtop10-nolist.phtml14 <?php $person = $record['person']; ?> variable
H A Dtop10-list.phtml17 <?php $person = $record['person']; ?> variable
/webtrees/app/Module/
H A DDescendancyModule.php158 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 DIndividualFactsService.php186 …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 Dfact-association-structure.phtml41 $person = Registry::individualFactory()->make($amatch[2], $fact->record()->tree()); variable
/webtrees/app/
H A DFamily.php158 public function spouse(Individual $person, int|null $access_level = null): Individual|null
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php238 …private function drawPerson(Individual $person, int $gen, int $state, Family|null $pfamily, string…