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 EmbeddedLinkLoader

This class extracts specific links from Gedcomx::getPersons() and Gedcomx::getRelationships(). Each of these are lists of instances that derive from SupportsLinks, thus the links are pulled directly from SupportsLinks getLinks(). It is important to note that not all links will be extracted. Only the following will be extracted by default: * CHILD_RELATIONSHIPS * CONCLUSIONS * EVIDENCE_REFERENCES * MEDIA_REFERENCES * NOTES * PARENT_RELATIONSHIPS * SOURCE_REFERENCES * SPOUSE_RELATIONSHIPS

Class EmbeddedLinkLoader

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

Methods summary

public
# __construct( )

Constructs a new instance of EmbeddedLinkLoader with default links.

Constructs a new instance of EmbeddedLinkLoader with default links.

public array
# loadEmbeddedLinks( Gedcomx\Gedcomx $entity )

Return all the link objects for embedded resources

Return all the link objects for embedded resources

Parameters

$entity

Returns

array
gedcomx-php-client API documentation generated by ApiGen