Home
last modified time | relevance | path

Searched refs:newChildNames (Results 1 – 20 of 20) sorted by relevance

/webtrees/tests/app/SurnameTradition/
H A DLithuanianSurnameTraditionTest.php71 $this->surname_tradition->newChildNames($father, $mother, 'M')
94 $this->surname_tradition->newChildNames($father, $mother, 'F')
117 $this->surname_tradition->newChildNames($father, $mother, 'F')
128 $this->surname_tradition->newChildNames($father, $mother, 'F')
139 $this->surname_tradition->newChildNames($father, $mother, 'F')
150 $this->surname_tradition->newChildNames($father, $mother, 'F')
161 $this->surname_tradition->newChildNames($father, $mother, 'F')
172 $this->surname_tradition->newChildNames($father, $mother, 'F')
195 $this->surname_tradition->newChildNames($father, $mother, 'U')
206 $this->surname_tradition->newChildNames(null, null, 'U')
H A DPolishSurnameTraditionTest.php61 $this->surname_tradition->newChildNames($father, $mother, 'M')
84 $this->surname_tradition->newChildNames($father, $mother, 'F')
107 $this->surname_tradition->newChildNames($father, $mother, 'F')
124 $this->surname_tradition->newChildNames($father, $mother, 'F')
141 $this->surname_tradition->newChildNames($father, $mother, 'F')
158 $this->surname_tradition->newChildNames($father, $mother, 'F')
181 $this->surname_tradition->newChildNames($father, $mother, 'U')
192 $this->surname_tradition->newChildNames(null, null, 'U')
H A DPaternalSurnameTraditionTest.php60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
93 $this->surname_tradition->newChildNames($father, $mother, 'U')
116 $this->surname_tradition->newChildNames($father, $mother, 'U')
139 $this->surname_tradition->newChildNames($father, $mother, 'U')
162 $this->surname_tradition->newChildNames($father, $mother, 'U')
H A DPortugueseSurnameTraditionTest.php70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
91 $this->surname_tradition->newChildNames(null, null, 'U')
114 $this->surname_tradition->newChildNames($father, $mother, 'M')
H A DSpanishSurnameTraditionTest.php60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
81 $this->surname_tradition->newChildNames(null, null, 'U')
104 $this->surname_tradition->newChildNames($father, $mother, 'M')
H A DPatrilinealSurnameTraditionTest.php70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
103 $this->surname_tradition->newChildNames($father, $mother, 'U')
114 $this->surname_tradition->newChildNames(null, null, 'U')
H A DMatrilinealSurnameTraditionTest.php70 $this->surname_tradition->newChildNames($father, $mother, 'M')
75 $this->surname_tradition->newChildNames($father, $mother, 'F')
80 $this->surname_tradition->newChildNames($father, $mother, 'U')
103 $this->surname_tradition->newChildNames($father, $mother, 'U')
114 $this->surname_tradition->newChildNames(null, null, 'U')
H A DDefaultSurnameTraditionTest.php60 $this->surname_tradition->newChildNames($father, $mother, 'M')
65 $this->surname_tradition->newChildNames($father, $mother, 'F')
70 $this->surname_tradition->newChildNames($father, $mother, 'U')
H A DIcelandicSurnameTraditionTest.php60 $this->surname_tradition->newChildNames($father, $mother, 'M')
83 $this->surname_tradition->newChildNames($father, $mother, 'F')
106 $this->surname_tradition->newChildNames($father, $mother, 'U')
/webtrees/app/Http/RequestHandlers/
H A DAddChildToIndividualPage.php69 $names = $surname_tradition->newChildNames($individual, null, 'U');
73 $names = $surname_tradition->newChildNames(null, $individual, 'U');
77 $names = $surname_tradition->newChildNames(null, null, 'U');
H A DAddChildToFamilyPage.php68 $names = $surname_tradition->newChildNames($family->husband(), $family->wife(), $sex);
/webtrees/app/SurnameTradition/
H A DMatrilinealSurnameTradition.php62 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\MatrilinealSurnameTradition
74 return parent::newChildNames($father, $mother, $sex);
H A DPatrilinealSurnameTradition.php62 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\PatrilinealSurnameTradition
74 return parent::newChildNames($father, $mother, $sex);
H A DSurnameTraditionInterface.php60 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): arra… function
H A DIcelandicSurnameTradition.php74 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\IcelandicSurnameTradition
H A DSpanishSurnameTradition.php75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\SpanishSurnameTradition
H A DPortugueseSurnameTradition.php75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\PortugueseSurnameTradition
H A DDefaultSurnameTradition.php89 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\DefaultSurnameTradition
H A DLithuanianSurnameTradition.php90 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\LithuanianSurnameTradition
H A DPolishSurnameTradition.php80 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\PolishSurnameTradition