Eko\FeedBundle\Service\FeedDumpService::setItems PHP Method

setItems() public method

Sets items to the feed.
public setItems ( array $items )
$items array items list
    public function setItems(array $items)
    {
        $this->feedManager->get($this->name)->addFromArray($items);
        return $this;
    }