Located in /class.atomapi.php (line 307)
Creates an AtomFeed object, based on the details specified. If $xml is provided, then it is parsed to populate the object, otherwise the endpoint is accessed and it is populated from the response XML. If all values are false or omitted, then an empty AtomFeed is created, and awaits the use of set_*() functions to set it up manually.
Add an AtomEntry object to the array of entries that make up this AtomFeed
Adds a link to the links array with the details as per the associative array passed in. Requires href, rel, title and type
Returns the last error registered in this class, or FALSE if none
Parses an XML/HTML string and returns an associative array containing key/value pairs
Populates the variables of the AtomFeed, based on a complete XML representation of it.
Returns the currently set authentication object for this AtomFeed, or FALSE if not set
Returns the endpoint for this AtomFeed if specified, or FALSE if not
Returns an array containing AtomEntries for each entry in this AtomFeed, or FALSE if none are set
Returns either a specific element of the generator, or the entire array of data if none is specified.
Returns either the requested individual attribute of the info element, the entire array, or FALSE if it's not set.
Filters the <link>s of this AtomFeed for ones where the $key matches the $val and returns an array of them, otherwise returns all links
Get the modified date for this feed, or FALSE if it's not set
Returns either a specific element of the tagline, or the entire array of data if none is specified.
Returns either a specific element of the title, or the entire array of data if none is specified.
Returns the version number specified for this AtomFeed in the <feed> element
Initiates the AtomFeed object from a URI by loading the data, then parsing it as XML. Returns an HTTP response code on error, or TRUE if successful.
Sets the authentication object to use for this AtomFeed
Set the endpoint for accessing this AtomFeed. Must be a fully-qualified URI starting with 'http'
Sets the details of the generator for this AtomFeed.
Sets the <id> element contents for the AtomFeed.
Set the info element details. If a string is passed in, then defaults to the info contents
Set the modified date for this feed
Sets the details of the tagline for this AtomFeed
Sets the title for this AtomFeed.
Set the version number for this AtomFeed (goes in the <feed> element)
Returns an XML/String representation of the entire AtomFeed, including header values and all AtomEntries found in $this->entries.
Documentation generated on Sun, 16 Oct 2005 14:55:03 -0700 by phpDocumentor 1.3.0RC3