yii\db\QueryInterface::offset PHP Method

offset() public method

Sets the OFFSET part of the query.
public offset ( integer $offset )
$offset integer the offset. Use null or negative value to disable offset.
    public function offset($offset);