gedcomx-php-client
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rs
          • Client
            • FamilyTree
            • Helpers
            • Memories
            • Util
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rs
      • Client
        • Exception
        • Options
        • Util
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Classes

  • Conclusion
  • DateInfo
  • DisplayProperties
  • Document
  • Event
  • EventRole
  • Fact
  • Gender
  • Identifier
  • Name
  • NameForm
  • NamePart
  • Person
  • PlaceDescription
  • PlaceDisplayProperties
  • PlaceReference
  • Relationship
  • Subject

Interfaces

  • HasFacts

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
Extended by Gedcomx\Conclusion\PlaceDisplayProperties
Namespace: Gedcomx\Conclusion
Located at Conclusion/PlaceDisplayProperties.php

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

Gedcomx\Common\ExtensibleData::__construct
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

$fullName
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

$name
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

$type
public array
# toArray( )

Returns the associative array for this PlaceDisplayProperties

Returns the associative array for this PlaceDisplayProperties

Returns

array

Overrides

Gedcomx\Common\ExtensibleData::toArray
public
# initFromArray( array $o )

Initializes this PlaceDisplayProperties from an associative array

Initializes this PlaceDisplayProperties from an associative array

Parameters

$o

Overrides

Gedcomx\Common\ExtensibleData::initFromArray
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

$writer
The XML writer.

Overrides

Gedcomx\Common\ExtensibleData::writeXmlContents

Methods inherited from Gedcomx\Common\ExtensibleData

addExtensionElement(), findExtensionOfType(), findExtensionsOfType(), getExtensionElements(), getId(), initFromReader(), removeExtensionElements(), setExtensionElement(), setExtensionElements(), setId(), toJson()

gedcomx-php-client API documentation generated by ApiGen