PHP 인터페이스 FastFeed\Aggregator\AggregatorInterface

파일 보기 프로젝트 열기: fastfeed/fastfeed

공개 메소드들

메소드 설명
process ( DOMElement $node, Item $item ) Execute the Aggregator

메소드 상세

process() 공개 메소드

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