Class ChangeHistoryPage
Represents a page of change histories.
Class ChangeHistoryPage
- Gedcomx\Atom\CommonAttributes
- Gedcomx\Atom\ExtensibleElement
- Gedcomx\Atom\Entry implements Gedcomx\Links\SupportsLinks
- Gedcomx\Extensions\FamilySearch\Rs\Client\Util\ChangeHistoryPage
Package: Gedcomx\Extensions\FamilySearch\Rs\Client\Util
Located at Extensions/FamilySearch/Rs/Client/Util/ChangeHistoryPage.php
Methods summary
public
|
#
__construct(
Constructs a new change history page using the specified atom feed. |
public
|
|
public
array
|
|
public
null
|
#
findChange(
Searches the current page of change entries for the type of object and operation changed. |
public
null
|
#
findChangeWithModifier(
Searches the current page of change entries for the type of object and operation changed and the modifier involved. |
public
array
|
#
findChangesBySingle(
Searches the current page of change entries for the type of object and operation changed. |
public
array
|
#
findChangesBySingleWithModifier(
Searches the current page of change entries for the type of object and operation changed and the modifier involved. |
public
array
|
#
findChangesByMany( array $operations, array $types )
Searches the current page of change entries for the type of object and operation changed. |
public
array
|
#
findChangesByManyWithModifiers( array $operations, array $types, array $modifiers )
Searches the current page of change entries for the type of object and operation changed. |
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()