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 RdfNode

A decorator class to wrap the multiple class types that can exist in the ML\JsonLD\Quad object property and give them consistent accessor methods that can handle possible errors in the RDF data.

Class RdfNode

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

Methods summary

public static string|null
# getValue( mixed $node )

Gets the value for the specified node.

Gets the value for the specified node.

Parameters

$node

Returns

string|null
public static null|string
# getLanguage( mixed $node )

Gets the language value for the specified node.

Gets the language value for the specified node.

Parameters

$node

Returns

null|string

Constants summary

string IRI
# 'ML\IRI\IRI'
string TYPED
# 'ML\JsonLD\TypedValue'
string LANG
# 'ML\JsonLD\LanguageTaggedString'
gedcomx-php-client API documentation generated by ApiGen