Set the offset on the pager.
public function setOffset($offset) { $this->offset = $offset; // If the pager is already initialized, pass it through to the pager. if (!empty($this->pager)) { $this->pager ->setOffset($offset); } }