Home
last modified time | relevance | path

Searched refs:INDIVIDUAL_EVENTS (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Elements/
H A DEventTypeCitedFrom.php61 protected const array INDIVIDUAL_EVENTS = [
108 … Individual::RECORD_TYPE => array_merge(static::INDIVIDUAL_EVENTS, static::ATTRIBUTE_TYPES),
/webtrees/app/Module/
H A DShareAnniversaryModule.php50 protected const array INDIVIDUAL_EVENTS = ['BIRT', 'DEAT'];
91 $facts = $record->facts(static::INDIVIDUAL_EVENTS, true)