FastFeed\Processor\LimitProcessor::setLimit PHP Метод

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

Set the max number of items in result set
public setLimit ( integer $limit )
$limit integer
    public function setLimit($limit)
    {
        $this->limit = (int) $limit;
    }