\Horde_Feed_Entry_Base

Horde_Feed_Entry_Base represents a single entry in an Atom or RSS feed.

Summary

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

Properties

$_httpClient

$_httpClient : \Horde_Http_Client

Type

\Horde_Http_Client

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