Class PlaceDisplayProperties
A set of display properties for places for the convenience of quick display, such as for
a Web-based application. All display properties are provided in the default locale for the current
application context and are NOT considered canonical for the purposes of data exchange.
-
Gedcomx\Common\ExtensibleData
-
Gedcomx\Conclusion\PlaceDisplayProperties
Methods summary
public
|
#
__construct( mixed $o = null )
Constructs a PlaceDisplayProperties from a (parsed) JSON hash
Constructs a PlaceDisplayProperties from a (parsed) JSON hash
Parameters
- $o
- Either an array (JSON) or an XMLReader.
Throws
Exception
Overrides
|
public
string
|
#
getFullName( )
The displayable full name of the place.
The displayable full name of the place.
Returns
string
|
public
|
#
setFullName( string $fullName )
The displayable full name of the place.
The displayable full name of the place.
Parameters
|
public
string
|
#
getName( )
The displayable name of the place.
The displayable name of the place.
Returns
string
|
public
|
#
setName( string $name )
The displayable name of the place.
The displayable name of the place.
Parameters
|
public
string
|
#
getType( )
The displayable type of the place.
The displayable type of the place.
Returns
string
|
public
|
#
setType( string $type )
The displayable type of the place.
The displayable type of the place.
Parameters
|
public
array
|
#
toArray( )
Returns the associative array for this PlaceDisplayProperties
Returns the associative array for this PlaceDisplayProperties
Returns
array
Overrides
|
public
|
#
initFromArray( array $o )
Initializes this PlaceDisplayProperties from an associative array
Initializes this PlaceDisplayProperties from an associative array
Parameters
Overrides
|
public
|
#
writeXmlContents( XMLWriter $writer )
Writes the contents of this PlaceDisplayProperties to an XML writer. The startElement is expected to be already
provided.
Writes the contents of this PlaceDisplayProperties to an XML writer. The startElement is expected to be already
provided.
Parameters
Overrides
|
addExtensionElement()
,
findExtensionOfType()
,
findExtensionsOfType()
,
getExtensionElements()
,
getId()
,
initFromReader()
,
removeExtensionElements()
,
setExtensionElement()
,
setExtensionElements()
,
setId()
,
toJson()