PHP Class Fisharebest\Webtrees\Config

Afficher le fichier Open project: fisharebest/webtrees Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

emptyFacts() public static méthode

return string[]
public static emptyFacts ( )

fileFormats() public static méthode

FILE:FORM tags - file formats
public static fileFormats ( ) : string[]
Résultat string[]

levelTwoTags() public static méthode

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

namePrefixes() public static méthode

NPFX tags - name prefixes
public static namePrefixes ( ) : string[]
Résultat string[]

nonDateFacts() public static méthode

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

nonPlaceFacts() public static méthode

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

standardNameFacts() public static méthode

Name fields
public static standardNameFacts ( ) : string[]
Résultat string[]

twoAssociates() public static méthode

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