PHP Class Fisharebest\Webtrees\Config

Show file Open project: fisharebest/webtrees Class Usage Examples

Public Methods

Method Description
dateAndTime ( ) : string[] Tags that require a DATE:TIME as well as a DATE
emptyFacts ( ) Fact tags (as opposed to event tags), that don't normally have a value
fileFormats ( ) : string[] FILE:FORM tags - file formats
levelTwoTags ( ) : string[][] Level 2 tags that apply to specific Level 1 tags Tags are applied in the order they appear here.
namePrefixes ( ) : string[] NPFX tags - name prefixes
nonDateFacts ( ) : string[] Tags that don't require a DATE subtag
nonPlaceFacts ( ) : string[] Tags that don't require a PLAC subtag
standardNameFacts ( ) : string[] Name fields
twoAssociates ( ) : string[] A list of facts/events that generally have two associates (two witnesses, two godparents, etc.)

Method Details

dateAndTime() public static method

Tags that require a DATE:TIME as well as a DATE
public static dateAndTime ( ) : string[]
return string[]

emptyFacts() public static method

return string[]
public static emptyFacts ( )

fileFormats() public static method

FILE:FORM tags - file formats
public static fileFormats ( ) : string[]
return string[]

levelTwoTags() public static method

Level 2 tags that apply to specific Level 1 tags Tags are applied in the order they appear here.
public static levelTwoTags ( ) : string[][]
return string[][]

namePrefixes() public static method

NPFX tags - name prefixes
public static namePrefixes ( ) : string[]
return string[]

nonDateFacts() public static method

Tags that don't require a DATE subtag
public static nonDateFacts ( ) : string[]
return string[]

nonPlaceFacts() public static method

Tags that don't require a PLAC subtag
public static nonPlaceFacts ( ) : string[]
return string[]

standardNameFacts() public static method

Name fields
public static standardNameFacts ( ) : string[]
return string[]

twoAssociates() public static method

A list of facts/events that generally have two associates (two witnesses, two godparents, etc.)
public static twoAssociates ( ) : string[]
return string[]