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

  • Attribution
  • CustomEntity
  • CustomKeyedItem
  • EvidenceReference
  • ExtensibleData
  • Note
  • Qualifier
  • ResourceReference
  • TextValue
  • UniqueCustomKeyedItem

Interfaces

  • Attributable
  • HasNotes

Class CustomEntity

Class CustomEntity

Namespace: Gedcomx\Common
Package: Gedcomx\Common
Located at Common/CustomEntity.php

Methods summary

public
# __construct( $id )
public
# getId( )
public
# setId( string $id )

Parameters

$id
public mixed
# getRefToSomething( )

Set a reference to another object

Set a reference to another object

Returns

mixed
public
# setRefToSomething( mixed $refToSomething )

Get the reference to another object

Get the reference to another object

Parameters

$refToSomething
public Gedcomx\Common\CustomKeyedItem[]
# getKeyedItems( )

Get the list of keyed items for this object

Get the list of keyed items for this object

Returns

Gedcomx\Common\CustomKeyedItem[]
public
# setKeyedItems( array $keyedItems )

Set the list of keyed items for this object

Set the list of keyed items for this object

Parameters

$keyedItems
public Gedcomx\Common\UniqueCustomKeyedItem[]
# getUniqueKeyedItems( )

Get the array of uniquely keyed items for this object

Get the array of uniquely keyed items for this object

Returns

Gedcomx\Common\UniqueCustomKeyedItem[]
public
# setUniqueKeyedItems( array $uniqueKeyedItems )

Set array of uniquely keyed items for this object

Set array of uniquely keyed items for this object

Parameters

$uniqueKeyedItems
public Gedcomx\Source\SourceReference
# getSource( )

Get the source reference for this object

Get the source reference for this object

Returns

Gedcomx\Source\SourceReference
public
# setSource( Gedcomx\Source\SourceReference $source )

Set the source reference for this object

Set the source reference for this object

Parameters

$source
gedcomx-php-client API documentation generated by ApiGen