public function ObjectRepository::findAll in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php \Doctrine\Common\Persistence\ObjectRepository::findAll()
Finds all objects in the repository.
Return value
array The objects.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ ObjectRepository.php, line 46
Class
- ObjectRepository
- Contract for a Doctrine persistence layer ObjectRepository class to implement.
Namespace
Doctrine\Common\PersistenceCode
public function findAll();