\Horde_Feed_Entry_Rss

Concrete class for working with RSS items.

Summary

Methods
Properties
Constants
__construct()
getContent()
No public properties found
No constants found
No protected methods found
$_httpClient
$_emptyXml
N/A
No private methods found
No private properties found
N/A

Properties

$_httpClient

$_httpClient : \Horde_Http_Client

Type

\Horde_Http_Client

$_emptyXml

$_emptyXml : string

The XML string for an "empty" RSS entry.

Type

string

Methods

__construct()

__construct(  $element = null, \Horde_Http_Client  $httpClient = null) 

Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.

Parameters

$element
\Horde_Http_Client $httpClient

getContent()

getContent() : string

Return encoded content if it's present.

Returns

string