PHP Class Horde_Feed_Entry_Rss, horde

Inheritance: extends Horde_Feed_Entry_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_emptyXml string The XML string for an "empty" RSS entry.

Public Methods

Method Description
getContent ( ) : string Return encoded content if it's present.

Method Details

getContent() public method

Return encoded content if it's present.
public getContent ( ) : string
return string

Property Details

$_emptyXml protected_oe property

The XML string for an "empty" RSS entry.
protected string $_emptyXml
return string