Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function offset($offset)
 {
     $select = new ReadSelectionBuilder($this);
     return $select->offset($offset);
 }