Пример #1
0
 /**
  * Offset the results.
  *
  * @param int $offset
  *
  * @return static
  */
 public function offset($offset)
 {
     $this->init();
     $this->queryBuilder->setOffset($offset);
     return $this;
 }