Neos\Flow\Persistence\QueryInterface::setOffset PHP Méthode

setOffset() public méthode

Sets the start offset of the result set to offset. Returns $this to allow for chaining (fluid interface).
public setOffset ( integer $offset ) : Neos\Flow\Persistence\QueryInterface
$offset integer
Résultat Neos\Flow\Persistence\QueryInterface
    public function setOffset($offset);