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

setLimit() 공개 메소드

Sets the maximum size of the result set to limit. Returns $this to allow for chaining (fluid interface).
public setLimit ( integer $limit ) : Neos\Flow\Persistence\QueryInterface
$limit integer
리턴 Neos\Flow\Persistence\QueryInterface
    public function setLimit($limit);