/webtrees/tests/app/SurnameTradition/ |
H A D | LithuanianSurnameTraditionTest.php | 71 $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 D | PolishSurnameTraditionTest.php | 61 $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 D | PaternalSurnameTraditionTest.php | 60 $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 D | PortugueseSurnameTraditionTest.php | 70 $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 D | SpanishSurnameTraditionTest.php | 60 $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 D | PatrilinealSurnameTraditionTest.php | 70 $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 D | MatrilinealSurnameTraditionTest.php | 70 $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 D | DefaultSurnameTraditionTest.php | 60 $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 D | IcelandicSurnameTraditionTest.php | 60 $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 D | AddChildToIndividualPage.php | 69 $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 D | AddChildToFamilyPage.php | 68 $names = $surname_tradition->newChildNames($family->husband(), $family->wife(), $sex);
|
/webtrees/app/SurnameTradition/ |
H A D | MatrilinealSurnameTradition.php | 62 …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 D | PatrilinealSurnameTradition.php | 62 …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 D | SurnameTraditionInterface.php | 60 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): arra… function
|
H A D | IcelandicSurnameTradition.php | 74 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\IcelandicSurnameTradition
|
H A D | SpanishSurnameTradition.php | 75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\SpanishSurnameTradition
|
H A D | PortugueseSurnameTradition.php | 75 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\PortugueseSurnameTradition
|
H A D | DefaultSurnameTradition.php | 89 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\DefaultSurnameTradition
|
H A D | LithuanianSurnameTradition.php | 90 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\LithuanianSurnameTradition
|
H A D | PolishSurnameTradition.php | 80 …public function newChildNames(Individual|null $father, Individual|null $mother, string $sex): array function in Fisharebest\\Webtrees\\SurnameTradition\\PolishSurnameTradition
|