Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php30 public const PATRILINEAL = 'patrilineal'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php48 $this->register(self::PATRILINEAL, new PatrilinealSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php47 …PatrilinealSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::PATRILINEAL));