‪TYPO3CMS  9.5
TYPO3\CMS\Belog\Domain\Repository\WorkspaceRepository Class Reference
Inheritance diagram for TYPO3\CMS\Belog\Domain\Repository\WorkspaceRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 initializeObject ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
 injectPersistenceManager (\TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager)
 
 __construct (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 add ($object)
 
 remove ($object)
 
 update ($modifiedObject)
 
QueryResultInterface array findAll ()
 
int countAll ()
 
 removeAll ()
 
object findByUid ($uid)
 
object findByIdentifier ($identifier)
 
 setDefaultOrderings (array $defaultOrderings)
 
 setDefaultQuerySettings (\TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface $defaultQuerySettings)
 
TYPO3 CMS Extbase Persistence QueryInterface createQuery ()
 
mixed __call ($methodName, $arguments)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Repository
string getRepositoryClassName ()
 
- ‪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
 

Detailed Description

Repository for workspaces

Todo:
‪This should be moved to EXT:workspaces if EXT:belog works no matter if workspaces are installed or not

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 22 of file WorkspaceRepository.php.

Member Function Documentation

◆ initializeObject()

TYPO3\CMS\Belog\Domain\Repository\WorkspaceRepository::initializeObject ( )

Initializes the repository.

Definition at line 27 of file WorkspaceRepository.php.

References TYPO3\CMS\Extbase\Persistence\Repository\setDefaultQuerySettings().