$_uri
$_uri : string
Our root ("home") URI
RSS channel class
The Horde_Feed_Rss class is a concrete subclass of Horde_Feed_Base meant for representing RSS channels. It does not add any methods to its parent, just provides a classname to check against with the instanceof operator, and expects to be handling RSS-formatted data instead of Atom.
__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.