gedcomx-php
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Classes

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

Interfaces

  • Attributable
  • HasNotes

Class CustomKeyedItem

Class CustomKeyedItem

Gedcomx\Common\CustomKeyedItem implements Gedcomx\Support\HasJsonKey
Namespace: Gedcomx\Common
Package: Gedcomx\Common
Located at Common/CustomKeyedItem.php

Methods summary

public
# __construct( )

Create a new CustomKeyedItem and initialize the id with a GUID

Create a new CustomKeyedItem and initialize the id with a GUID

public boolean
# isHasUniqueKey( )

Returns

boolean

Implementation of

Gedcomx\Support\HasJsonKey::isHasUniqueKey()
public mixed
# getJsonKey( )

Return the key value for a JSON string

Return the key value for a JSON string

Returns

mixed

Implementation of

Gedcomx\Support\HasJsonKey::getJsonKey()
public
# setJsonKey( string $jsonKey )

Set the key value for a JSON string

Set the key value for a JSON string

Parameters

$jsonKey

Implementation of

Gedcomx\Support\HasJsonKey::setJsonKey()
public string
# getKey( )

Return the key value for this object

Return the key value for this object

Returns

string
public
# setKey( string $key )

Set the key value for this object

Set the key value for this object

Parameters

$key
public mixed
# getVal1( )

Return the first value of this object

Return the first value of this object

Returns

mixed
public
# setVal1( $val1 )

Set the first value of this object

Set the first value of this object

Parameters

$val1
public mixed
# getVal2( )

Return the second value of this object

Return the second value of this object

Returns

mixed
public
# setVal2( mixed $val2 )

Set the second value of this object

Set the second value of this object

Parameters

$val2
gedcomx-php API documentation generated by ApiGen