FastFeed\Aggregator\AggregatorInterface::process PHP Method

process() public method

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