Searched refs:PlaceName (Results 1 – 8 of 8) sorted by relevance
/webtrees/app/ |
H A D | Gedcom.php | 168 use Fisharebest\Webtrees\Elements\PlaceName; alias 420 'FAM:*:PLAC' => new PlaceName(I18N::translate('Place')), 458 'FAM:ENGA:PLAC' => new PlaceName(I18N::translate('Place of engagement')), 464 … 'FAM:MARB:PLAC' => new PlaceName(I18N::translate('Place of marriage banns')), 469 'FAM:MARR:PLAC' => new PlaceName(I18N::translate('Place of marriage')), 552 'INDI:*:PLAC' => new PlaceName(I18N::translate('Place')), 580 'INDI:ADOP:PLAC' => new PlaceName(I18N::translate('Place of adoption')), 594 'INDI:BAPM:PLAC' => new PlaceName(I18N::translate('Place of baptism')), 597 'INDI:BARM:PLAC' => new PlaceName(I18N::translate('Place of bar mitzvah')), 600 'INDI:BASM:PLAC' => new PlaceName(I18N::translate('Place of bat mitzvah')), [all …]
|
/webtrees/app/CustomTags/ |
H A D | FamilyTreeBuilder.php | 27 use Fisharebest\Webtrees\Elements\PlaceName; alias 61 'OBJE:_PLACE' => new PlaceName(I18N::translate('Place')),
|
H A D | Ancestry.php | 31 use Fisharebest\Webtrees\Elements\PlaceName; alias 73 'OBJE:PLAC' => new PlaceName(I18N::translate('Place')),
|
H A D | BrothersKeeper.php | 32 use Fisharebest\Webtrees\Elements\PlaceName; alias 96 'INDI:_BRTM:PLAC' => new PlaceName(I18N::translate('Place of brit milah')),
|
H A D | GedcomL.php | 59 use Fisharebest\Webtrees\Elements\PlaceName; alias 242 '_LOC:EVEN:PLAC' => new PlaceName(I18N::translate('Place of event')), 261 …'_LOC:NAME' => new PlaceName(I18N::translate('Place'), ['ABBR' => '0:1', 'DA…
|
/webtrees/app/Elements/ |
H A D | SourceJurisdictionPlace.php | 29 class SourceJurisdictionPlace extends PlaceName
|
H A D | PlaceName.php | 37 class PlaceName extends AbstractElement class
|
/webtrees/tests/app/Elements/ |
H A D | PlaceNameTest.php | 35 self::$element = new PlaceName('label');
|