PHP Class FastFeed\Aggregator\RSSContentAggregator

This Aggregator seem for a content:encoded field in item node and set as description
Inheritance: extends AbstractAggregator, implements FastFeed\Aggregator\AggregatorInterface
Show file Open project: fastfeed/fastfeed

Public Methods

Method Description
process ( DOMElement $node, Item $item ) Execute the Aggregator

Protected Methods

Method Description
setContent ( DOMElement $node, Item $item )

Method Details

process() public method

Execute the Aggregator
public process ( DOMElement $node, Item $item )
$node DOMElement
$item FastFeed\Item

setContent() protected method

protected setContent ( DOMElement $node, Item $item )
$node DOMElement
$item FastFeed\Item