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;
    }