FastFeed\Parser\AbstractParser::pushAggregator PHP Метод

pushAggregator() публичный Метод

public pushAggregator ( FastFeed\Aggregator\AggregatorInterface $aggregator )
$aggregator FastFeed\Aggregator\AggregatorInterface
    public function pushAggregator(AggregatorInterface $aggregator)
    {
        $this->aggregators[] = $aggregator;
    }