Neos\Flow\Persistence\Doctrine\Repository::findAll PHP 메소드

findAll() 공개 메소드

Finds all entities in the repository.
public findAll ( ) : Neos\Flow\Persistence\QueryResultInterface
리턴 Neos\Flow\Persistence\QueryResultInterface The query result
    public function findAll()
    {
        return $this->createQuery()->execute();
    }