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

  • ChangeEntry
  • ChangeHistoryPage
  • LoggerMiddleware
  • ThrottlingMiddleware

Class ChangeEntry

Represents a historical record of some operation performed (such as deleting a person).

Class ChangeEntry

Gedcomx\Atom\CommonAttributes
Extended by Gedcomx\Atom\ExtensibleElement
Extended by Gedcomx\Atom\Entry implements Gedcomx\Links\SupportsLinks
Extended by Gedcomx\Extensions\FamilySearch\Rs\Client\Util\ChangeEntry
Namespace: Gedcomx\Extensions\FamilySearch\Rs\Client\Util
Package: Gedcomx\Extensions\FamilySearch\Rs\Client\Util
Located at Extensions/FamilySearch/Rs/Client/Util/ChangeEntry.php

Methods summary

public
# __construct( Gedcomx\Atom\Entry $entry )

Constructs a new change entry using the specified atom feed entry.

Constructs a new change entry using the specified atom feed entry.

Parameters

$entry

Throws

Exception

Overrides

Gedcomx\Atom\Entry::__construct
public Gedcomx\Extensions\FamilySearch\Platform\Tree\ChangeInfo|mixed
# getChangeInfo( )

Gets the change information associated with this change.

Gets the change information associated with this change.

Returns

Gedcomx\Extensions\FamilySearch\Platform\Tree\ChangeInfo|mixed
public Gedcomx\Atom\Entry
# getEntry( )

Gets the atom entry associated with this change.

Gets the atom entry associated with this change.

Returns

Gedcomx\Atom\Entry
public null|string
# getOperation( )

Gets the change operation associated with this change (if available).

Gets the change operation associated with this change (if available).

Returns

null|string
public null|string
# getObjectType( )

Gets the change object type associated with this change (if available).

Gets the change object type associated with this change (if available).

Returns

null|string
public null|string
# getObjectModifier( )

Gets the change object modifier associated with this change (if available).

Gets the change object modifier associated with this change (if available).

Returns

null|string
public null|string
# getReason( )

Gets the reason this change was performed (if available).

Gets the reason this change was performed (if available).

Returns

null|string
public null
# getOriginalValue( )

Gets the original value from before the change.

Gets the original value from before the change.

Returns

null
public null
# getResultingValue( )

Gets the resulting value from after the change.

Gets the resulting value from after the change.

Returns

null
public null
# getRemovedValue( )

Gets the value that was removed by the change.

Gets the value that was removed by the change.

Returns

null

Methods inherited from Gedcomx\Atom\Entry

addLink(), addLinkRelation(), addTemplatedLink(), getAuthors(), getCategories(), getConfidence(), getContent(), getContributors(), getId(), getLink(), getLinks(), getLinksByRel(), getPublished(), getRights(), getScore(), getTitle(), getUpdated(), initFromArray(), setAuthors(), setCategories(), setConfidence(), setContent(), setContributors(), setId(), setLinks(), setPublished(), setRights(), setScore(), setTitle(), setUpdated(), toArray(), toXml(), writeXmlContents()

Methods inherited from Gedcomx\Atom\ExtensibleElement

addExtensionElement(), findExtensionOfType(), findExtensionsOfType(), getExtensionElements(), removeExtensionElements(), setExtensionElement(), setExtensionElements()

Methods inherited from Gedcomx\Atom\CommonAttributes

getBase(), getLang(), initFromReader(), setBase(), setLang(), toJson()

gedcomx-php-client API documentation generated by ApiGen