FastFeed\Processor\LimitProcessor::setLimit PHP Method

setLimit() public method

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