/webtrees/resources/views/statistics/families/ |
H A D | top10-nolist-spouses.phtml | 12 <?php $family = $record['family']; ?> variable
|
H A D | top10-list-grand.phtml | 16 <?php $family = $record['family']; ?> variable
|
H A D | top10-list-spouses.phtml | 16 <?php $family = $record['family']; ?> variable
|
H A D | top10-list.phtml | 16 <?php $family = $record['family']; ?> variable
|
H A D | top10-nolist-grand.phtml | 14 <?php $family = $record['family']; ?> variable
|
H A D | top10-nolist.phtml | 15 <?php $family = $record['family']; ?> variable
|
H A D | top10-list-age.phtml | 18 <?php $family = $record['family']; ?> variable
|
H A D | top10-nolist-age.phtml | 17 <?php $family = $record['family']; ?> variable
|
/webtrees/resources/views/ |
H A D | fact-parents-age.phtml | 15 $family = $individual->childFamilies()->first(); variable
|
/webtrees/app/Http/RequestHandlers/ |
H A D | FamilyPage.php | 106 private function significant(Family $family): object 129 private function metaDescription(Family $family): string
|
/webtrees/app/Census/ |
H A D | AbstractCensusColumn.php | 70 $family = $individual->childFamilies()->first(); variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn 84 $family = $individual->childFamilies()->first(); variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
|
/webtrees/app/Module/ |
H A D | DescendancyModule.php | 189 public function getFamilyLi(Family $family, Individual $person, int $generations = 0): string 248 public function loadChildren(Family $family, int $generations): string
|
H A D | ClippingsCartModule.php | 419 protected function addFamilyAndChildrenToCart(Family $family): void 428 protected function addFamilyAndDescendantsToCart(Family $family): void 765 protected function addFamilyToCart(Family $family): void
|
/webtrees/app/ |
H A D | Individual.php | 695 $family = $this->spouseFamilies()->last(); variable in Fisharebest\\Webtrees\\Individual 806 public function getChildFamilyLabel(Family $family): string 883 public function getSpouseFamilyLabel(Family $family): string
|
H A D | Auth.php | 224 public static function checkFamilyAccess(Family|null $family, bool $edit = false): Family
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 150 private function getPersonDetails(Individual $individual, Family|null $family = null): string
|
/webtrees/app/Services/ |
H A D | IndividualFactsService.php | 186 …private function childFacts(Individual $person, Family $family, string $option, string $relation, …
|