‪TYPO3CMS  ‪main
TYPO3Tests\BlogExample\Domain\Repository\BlogRepository Class Reference
Inheritance diagram for TYPO3Tests\BlogExample\Domain\Repository\BlogRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface

Protected Attributes

 $defaultOrderings
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
PersistenceManagerInterface $persistenceManager
 
string $objectType
 
array< non-empty-string, $defaultOrderings=array();protected QuerySettingsInterface $defaultQuerySettings;public function injectPersistenceManager(PersistenceManagerInterface $persistenceManager) { $this-> persistenceManager = $persistenceManager
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
 __construct ()
 
 add ($object)
 
 remove ($object)
 
 update ($modifiedObject)
 
QueryResultInterface array findAll ()
 
int countAll ()
 
 removeAll ()
 
object null findByUid ($uid)
 
object null findByIdentifier ($identifier)
 
 setDefaultOrderings (array $defaultOrderings)
 
 setDefaultQuerySettings (QuerySettingsInterface $defaultQuerySettings)
 
QueryInterface createQuery ()
 
mixed __call ($methodName, $arguments)
 
QueryResultInterface findBy (array $criteria, array $orderBy=null, int $limit=null, int $offset=null)
 
 findOneBy (array $criteria, array $orderBy=null)
 
 count (array $criteria)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
class string< static > getRepositoryClassName ()
 

Detailed Description

A repository for blogs <Blog>

Definition at line 28 of file BlogRepository.php.

Member Data Documentation

◆ $defaultOrderings

TYPO3Tests\BlogExample\Domain\Repository\BlogRepository::$defaultOrderings
protected
Initial value:

Definition at line 30 of file BlogRepository.php.

‪TYPO3\CMS\Extbase\Persistence\QueryInterface\ORDER_DESCENDING
‪const ORDER_DESCENDING
Definition: QueryInterface.php:100