Home
last modified time | relevance | path

Searched refs:PhoneticType (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/CustomTags/
H A DGedcomL.php55 use Fisharebest\Webtrees\Elements\PhoneticType; alias
244 '_LOC:EVEN:PLAC:FONE:TYPE' => new PhoneticType(I18N::translate('Type')),
/webtrees/app/Elements/
H A DPhoneticType.php33 class PhoneticType extends AbstractElement class
/webtrees/tests/app/Elements/
H A DPhoneticTypeTest.php35 self::$element = new PhoneticType('label');
/webtrees/app/
H A DGedcom.php162 use Fisharebest\Webtrees\Elements\PhoneticType; alias
422 'FAM:*:PLAC:FONE:TYPE' => new PhoneticType(I18N::translate('Type')),
554 'INDI:*:PLAC:FONE:TYPE' => new PhoneticType(I18N::translate('Type')),
694 'INDI:NAME:FONE:TYPE' => new PhoneticType(I18N::translate('Phonetic type')),