PHP Class Horde_Feed_Entry_Base, horde

Inheritance: extends Horde_Xml_Element
显示文件 Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_httpClient Horde_Http_Client

Public Methods

Method Description
__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.

Method Details

__construct() public method

Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
See also: Horde_Xml_Element::__wakeup
See also: Horde_Xml_Element::fromArray
public __construct ( $element = null, Horde_Http_Client $httpClient = null )
$httpClient Horde_Http_Client

Property Details

$_httpClient protected_oe property

protected Horde_Http_Client $_httpClient
return Horde_Http_Client