Bluz\Db\Query\Traits\Limit::setLimit PHP Method

setLimit() public method

Setup limit for the query
public setLimit ( integer $limit )
$limit integer
    public function setLimit($limit)
    {
        $this->limit = (int) $limit;
        return $this;
    }