Home
last modified time | relevance | path

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

/webtrees/app/
H A DGedcom.php98 use Fisharebest\Webtrees\Elements\EventOrFactClassification; alias
442 'FAM:*:TYPE' => new EventOrFactClassification(I18N::translate('Type')),
460 … 'FAM:EVEN:TYPE' => new EventOrFactClassification(I18N::translate('Type of event')),
574 'INDI:*:TYPE' => new EventOrFactClassification(I18N::translate('Type')),
657 … 'INDI:EVEN:TYPE' => new EventOrFactClassification(I18N::translate('Type of event')),
659 … 'INDI:FACT:TYPE' => new EventOrFactClassification(I18N::translate('Type of fact')),
670 …'INDI:IDNO:TYPE' => new EventOrFactClassification(I18N::translate('Type of identificat…
/webtrees/app/CustomTags/
H A DGedcom7.php29 use Fisharebest\Webtrees\Elements\EventOrFactClassification; alias
99 … 'FAM:FACT:TYPE' => new EventOrFactClassification(I18N::translate('Type of fact')),
/webtrees/app/Elements/
H A DEventOrFactClassification.php47 class EventOrFactClassification extends AbstractElement class
/webtrees/tests/app/Elements/
H A DEventOrFactClassificationTest.php35 self::$element = new EventOrFactClassification('label');