Home
last modified time | relevance | path

Searched refs:PATERNAL (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php29 public const PATERNAL = 'paternal'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php47 $this->register(self::PATERNAL, new PaternalSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php46 …nceOf(PaternalSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::PATERNAL));