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

  • AncestryNode
  • AncestryTree
  • DataSource
  • DescendancyNode
  • DescendancyTree
  • EmbeddedLinkLoader
  • Embedding
  • GedcomxBaseSearchQueryBuilder
  • GedcomxPersonSearchQueryBuilder
  • GedcomxPlaceSearchQueryBuilder
  • HttpStatus
  • RdfCollection
  • RdfNode
  • SearchParameter

Class DescendancyNode

Represents a person, spouse, and descendancy in a tree.

Class DescendancyNode

Namespace: Gedcomx\Rs\Client\Util
Package: Gedcomx\Rs\Client\Util
Located at Rs/Client/Util/DescendancyTree.php

Methods summary

public mixed
# getPerson( )

Gets the main person of a tree.

Gets the main person of a tree.

Returns

mixed
public
# setPerson( Gedcomx\Conclusion\Person $person )

Sets the main person of a tree.

Sets the main person of a tree.

Parameters

$person
public mixed
# getSpouse( )

Gets the spouse of the main person.

Gets the spouse of the main person.

Returns

mixed
public
# setSpouse( Gedcomx\Conclusion\Person $spouse )

Sets the spouse of the main person.

Sets the spouse of the main person.

Parameters

$spouse
public mixed
# getChildren( )

Gets the children of the main person

Gets the children of the main person

Returns

mixed
public
# setChildren( array $children )

Sets the children of the main person

Sets the children of the main person

Parameters

$children

Properties summary

public $Person
#
public $Spouse
#
public $Children
#
gedcomx-php-client API documentation generated by ApiGen