Neos\Flow\Persistence\QueryInterface::setOffset PHP 메소드

setOffset() 공개 메소드

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
리턴 Neos\Flow\Persistence\QueryInterface
    public function setOffset($offset);