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 AncestryNode

Represents an ancestor within an ancestry tree.

Class AncestryNode

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

Methods summary

public
# __construct( $tree, $ancestry, $number )

Constructs a new ancestry node using the specified values.

Constructs a new ancestry node using the specified values.

Parameters

$tree
$ancestry
$number
public mixed
# getPerson( )

Gets the current person this node represents.

Gets the current person this node represents.

Returns

mixed
public mixed
# getFather( )

Gets the father of the person represented by this node.

Gets the father of the person represented by this node.

Returns

mixed
public mixed
# getMother( )

Gets the mother of the person represented by this node.

Gets the mother of the person represented by this node.

Returns

mixed
gedcomx-php-client API documentation generated by ApiGen