$_uri
$_uri : string
Our root ("home") URI
Atom feed class
The Horde_Feed_Atom class is a concrete subclass of the general Horde_Feed_Base class, tailored for representing an Atom feed. It shares all of the same methods with its parent. The distinction is made in the format of data that Horde_Feed_Atom expects, and as a further pointer for users as to what kind of feed object they have been passed.
__construct(mixed $xml = null, string $uri = null, \Horde_Http_Client $httpClient = null)
Feed constructor
The Horde_Feed_Base constructor takes the URI of a feed or a feed represented as a string and loads it as XML.
mixed | $xml | The feed as a string, a DOMElement, or null. |
string | $uri | The full URI of the feed, or null if unknown. |
\Horde_Http_Client | $httpClient |
If loading the feed failed.