Overrides SelectInterface::range
public function range($start = NULL, $length = NULL) { $this->range = $start !== NULL ? [ 'start' => $start, 'length' => $length, ] : []; return $this; }