Knp\Bundle\KnpBundlesBundle\Finder\AbstractBaseFinder::setLimit PHP Method

setLimit() public method

Defines the limit of results to fetch
public setLimit ( integer $limit )
$limit integer
    public function setLimit($limit)
    {
        $this->limit = $limit;
    }