PHP Class FastFeed\Aggregator\EzRSSAggregator

Inheritance: extends AbstractAggregator, implements FastFeed\Aggregator\AggregatorInterface
Mostra file Open project: fastfeed/fastfeed

Protected Properties

Property Type Description
$keys

Public Methods

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

Protected Methods

Method Description
getValue ( DOMElement $node, string $tagName ) : boolean | string

Method Details

getValue() protected method

protected getValue ( DOMElement $node, string $tagName ) : boolean | string
$node DOMElement
$tagName string
return boolean | string

process() public method

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

Property Details

$keys protected_oe property

protected $keys