Class FieldValueDescriptor
A way a field is to be displayed to a user.
- Gedcomx\Common\ExtensibleData
- Gedcomx\Links\HypermediaEnabledData implements Gedcomx\Links\SupportsLinks
- Gedcomx\Records\FieldValueDescriptor
Methods summary
public
|
|
public
boolean
|
#
getOptional( )
Whether the treatment of the field value is optional. Used to determine whether it should be displayed even if the value is empty. |
public
|
#
setOptional( boolean $optional )
Whether the treatment of the field value is optional. Used to determine whether it should be displayed even if the value is empty. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
|
#
writeXmlContents( XMLWriter $writer )
Writes the contents of this FieldValueDescriptor to an XML writer. The startElement is expected to be already provided. |
Methods inherited from Gedcomx\Links\HypermediaEnabledData
addLink()
,
addLinkRelation()
,
addTemplatedLink()
,
getLink()
,
getLinks()
,
getLinksByRel()
,
setLinks()