Granada\ORM::offset PHP Method

offset() public method

Add an OFFSET to the query
public offset ( integer $offset )
$offset integer
    public function offset($offset)
    {
        $this->_offset = $offset;
        return $this;
    }
ORM