‪TYPO3CMS  10.4
ExtbaseTeam\BlogExample\Domain\Repository\PersonRepository Class Reference
Inheritance diagram for ExtbaseTeam\BlogExample\Domain\Repository\PersonRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface

Protected Attributes

 $defaultOrderings = array( 'lastname' => QueryInterface::ORDER_ASCENDING )
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
TYPO3 CMS Extbase Persistence PersistenceManagerInterface $persistenceManager
 
TYPO3 CMS Extbase Object ObjectManagerInterface $objectManager
 
string $objectType
 
array $defaultOrderings = array( )
 
TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface $defaultQuerySettings
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
 injectPersistenceManager (PersistenceManagerInterface $persistenceManager)
 
 __construct (ObjectManagerInterface $objectManager)
 
 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)
 
TYPO3 CMS Extbase Persistence QueryInterface createQuery ()
 
mixed __call ($methodName, $arguments)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
string getRepositoryClassName ()
 

Detailed Description

A repository for persons

Definition at line 24 of file PersonRepository.php.

Member Data Documentation

◆ $defaultOrderings

ExtbaseTeam\BlogExample\Domain\Repository\PersonRepository::$defaultOrderings = array( 'lastname' => QueryInterface::ORDER_ASCENDING )
protected

Definition at line 26 of file PersonRepository.php.