TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ExtensionRepository Class Reference
Inheritance diagram for ExtensionRepository:
Repository RepositoryInterface SingletonInterface

Public Member Functions

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

Protected Attributes

 $objectManager
 
- Protected Attributes inherited from Repository
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = array()
 
 $defaultQuerySettings = null
 

Additional Inherited Members

- Protected Member Functions inherited from Repository
 getRepositoryClassName ()
 

Detailed Description

Repository for TYPO3

Definition at line 20 of file about/Classes/Domain/Repository/ExtensionRepository.php.

Member Function Documentation

findAllLoaded ( )

Finds all loaded extensions

Returns
<>

Definition at line 40 of file about/Classes/Domain/Repository/ExtensionRepository.php.

References $EM_CONF, and $GLOBALS.

injectObjectManager ( \TYPO3\CMS\Extbase\Object\ObjectManagerInterface  $objectManager)
Parameters
\TYPO3\CMS\Extbase\Object\ObjectManagerInterface$objectManager

Definition at line 30 of file about/Classes/Domain/Repository/ExtensionRepository.php.

References ExtensionRepository\$objectManager.

Member Data Documentation

$objectManager
protected