Class Feed
The Atom data formats provide a format for web content and metadata syndication. The XML media type is defined by RFC 4287. The JSON data format is specific to GEDCOM X and is a translation to JSON from the XML.
- Gedcomx\Atom\CommonAttributes
-
Gedcomx\Atom\ExtensibleElement
-
Gedcomx\Atom\Feed
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setContributors(
information about a category associated with the feed |
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
#
getResults( )
The total number of results available, if this feed is supplying a subset of results, such as for a query. |
public
|
#
setResults( integer $results )
The total number of results available, if this feed is supplying a subset of results, such as for a query. |
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
#
getUpdated( )
the most recent instant in time when the feed was modified in a way the publisher considers significant. |
public
|
#
setUpdated( integer $updated )
the most recent instant in time when the feed was modified in a way the publisher considers significant. |
public
|
|
public
|
|
public
|
|
public
|
#
setFacets(
The list of facets for the feed, used for convenience in browsing and filtering. |
public
array
|
|
public
|
|
public
|
|
public
|
#
writeXmlContents( XMLWriter $writer )
Writes the contents of this Feed to an XML writer. The startElement is expected to be already provided. |
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()