Searched refs:CustomFact (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/CustomTags/ |
H A D | BrothersKeeper.php | 27 use Fisharebest\Webtrees\Elements\CustomFact; alias 98 'INDI:_EYEC' => new CustomFact(I18N::translate('Eye color')), 100 'INDI:_HAIR' => new CustomFact(I18N::translate('Hair color')), 101 'INDI:_HEIG' => new CustomFact(I18N::translate('Height')), 103 'INDI:_MEDC' => new CustomFact(I18N::translate('Medical')), 104 'INDI:_MILI' => new CustomFact(I18N::translate('Military')), 105 'INDI:_MILT' => new CustomFact(I18N::translate('Military service')), 106 'INDI:_NLIV' => new CustomFact(I18N::translate('Not living')), 110 'INDI:_WEIG' => new CustomFact(I18N::translate('Weight')),
|
H A D | Ancestry.php | 28 use Fisharebest\Webtrees\Elements\CustomFact; alias 66 'INDI:_EMPLOY' => new CustomFact(I18N::translate('Occupation')), 70 'INDI:_ORIG' => new CustomFact(I18N::translate('Origin')), 71 'INDI:_DEST' => new CustomFact(I18N::translate('Destination')),
|
/webtrees/app/Elements/ |
H A D | CustomFact.php | 25 class CustomFact extends AbstractElement class
|
/webtrees/tests/app/Elements/ |
H A D | CustomFactTest.php | 35 self::$element = new CustomFact('label');
|