Horde_Feed_Entry_Base
extends Horde_Xml_Element
in package
Horde_Feed_Entry_Base represents a single entry in an Atom or RSS feed.
Tags
Table of Contents
- $_httpClient : Horde_Http_Client
- __construct() : mixed
- Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
Properties
$_httpClient
protected
Horde_Http_Client
$_httpClient
Methods
__construct()
Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
public
__construct([mixed $element = null ][, Horde_Http_Client $httpClient = null ]) : mixed
Parameters
- $element : mixed = null
- $httpClient : Horde_Http_Client = null