Ejemplo n.º 1
0
 /**
  * @param   int $value
  *
  * @return  $this
  */
 public function offset($value)
 {
     $this->query->offset($value);
     return $this;
 }