Home
last modified time | relevance | path

Searched refs:child1 (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php375 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
378 …if ($family !== null && $child1 !== null && $child2 !== null && $child1->canShow() && $child2->can…
381 'child1' => $child1,
409 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
415 …if ($family !== null && $child1 !== null && $child2 !== null && $child1->canShow() && $child2->can…
417 'child1' => $child1,
425 …} elseif (!$one && $family !== null && $child1 !== null && $child2 !== null && $child1->canShow() …
427 'child1' => $child1,
470 $child1 = Registry::individualFactory()->make($fam->ch1, $this->tree);
473 …if ($family !== null && $child1 !== null && $child2 !== null && $child1->canShow() && $child2->can…
[all …]
/webtrees/tests/app/Census/
H A DCensusColumnChildrenDiedTest.php49 $child1 = $this->createMock(Individual::class);
50 $child1->method('getBirthDate')->willReturn(new Date('01 FEB 1904'));
51 $child1->method('getDeathDate')->willReturn(new Date('01 FEB 1904'));
69 … $family->method('children')->willReturn(new Collection([$child1, $child2, $child3, $child4]));
H A DCensusColumnChildrenLivingTest.php49 $child1 = $this->createMock(Individual::class);
50 $child1->method('getBirthDate')->willReturn(new Date('01 FEB 1904'));
51 $child1->method('getDeathDate')->willReturn(new Date('01 FEB 1904'));
70 $child1,
H A DCensusColumnChildrenBornAliveTest.php49 $child1 = $this->createMock(Individual::class);
50 $child1->method('getBirthDate')->willReturn(new Date('01 FEB 1904'));
51 $child1->method('getDeathDate')->willReturn(new Date('01 FEB 1904'));
70 $child1,
/webtrees/resources/views/statistics/families/
H A Dtop10-list-age.phtml16 <?php $child1 = $record['child1']; ?> variable
21 …lName() ?></a> <?= I18N::translate('and') ?> <a href="<?= e($child1->url()) ?>"><?= $child1->fullN…
H A Dtop10-nolist-age.phtml15 <?php $child1 = $record['child1']; ?> variable
23 <?= $child1->formatList() ?>