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

  • Error
  • FamilySearchPlatform
  • Feature
  • HealthConfig
  • Tag

Class HealthConfig

Namespace: Gedcomx\Extensions\FamilySearch
Located at Extensions/FamilySearch/HealthConfig.php

Methods summary

public
# __construct( mixed $o = null )

Constructs a HealthConfig from a (parsed) JSON hash

Constructs a HealthConfig from a (parsed) JSON hash

Parameters

$o
Either an array (JSON) or an XMLReader.
public string
# getBuildDate( )

(no documentation provided)

(no documentation provided)

Returns

string
public
# setBuildDate( string $buildDate )

(no documentation provided)

(no documentation provided)

Parameters

$buildDate
public string
# getBuildVersion( )

(no documentation provided)

(no documentation provided)

Returns

string
public
# setBuildVersion( string $buildVersion )

(no documentation provided)

(no documentation provided)

Parameters

$buildVersion
public string
# getDatabaseVersion( )

(no documentation provided)

(no documentation provided)

Returns

string
public
# setDatabaseVersion( string $databaseVersion )

(no documentation provided)

(no documentation provided)

Parameters

$databaseVersion
public string
# getPlatformVersion( )

(no documentation provided)

(no documentation provided)

Returns

string
public
# setPlatformVersion( string $platformVersion )

(no documentation provided)

(no documentation provided)

Parameters

$platformVersion
public array
# toArray( )

Returns the associative array for this HealthConfig

Returns the associative array for this HealthConfig

Returns

array
public string
# toJson( )

Returns the JSON string for this HealthConfig

Returns the JSON string for this HealthConfig

Returns

string
public
# initFromArray( array $o )

Initializes this HealthConfig from an associative array

Initializes this HealthConfig from an associative array

Parameters

$o
public
# initFromReader( XMLReader $xml )

Initializes this HealthConfig from an XML reader.

Initializes this HealthConfig from an XML reader.

Parameters

$xml
The reader to use to initialize this object.
public
# toXml( XMLWriter $writer, boolean $includeNamespaces = true )

Writes this HealthConfig to an XML writer.

Writes this HealthConfig to an XML writer.

Parameters

$writer
The XML writer.
$includeNamespaces
Whether to write out the namespaces in the element.
public
# writeXmlContents( XMLWriter $writer )

Writes the contents of this HealthConfig to an XML writer. The startElement is expected to be already provided.

Writes the contents of this HealthConfig to an XML writer. The startElement is expected to be already provided.

Parameters

$writer
The XML writer.
gedcomx-php-client API documentation generated by ApiGen