TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\About\Domain\Repository\ExtensionRepository Class Reference
Inheritance diagram for TYPO3\CMS\About\Domain\Repository\ExtensionRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface Tx_About_Domain_Repository_ExtensionRepository

Public Member Functions

 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 findAllLoaded ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 __construct (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 add ($object)
 
 remove ($object)
 
 replace ($existingObject, $newObject)
 
 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 TYPO3\CMS\Extbase\Persistence\Repository
 $identityMap
 
 $backend
 
 $session
 
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = array()
 
 $defaultQuerySettings = NULL
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 getRepositoryClassName ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Repository for Tx_About_Domain_Model_Extension

Author
Felix Kopp felix.nosp@m.-sou.nosp@m.rce@p.nosp@m.hora.nosp@m.x.com

Definition at line 21 of file ExtensionRepository.php.

Member Function Documentation

◆ findAllLoaded()

TYPO3\CMS\About\Domain\Repository\ExtensionRepository::findAllLoaded ( )

Finds all loaded extensions

Returns
<>

Definition at line 40 of file ExtensionRepository.php.

References $EM_CONF, and $GLOBALS.

◆ injectObjectManager()

TYPO3\CMS\About\Domain\Repository\ExtensionRepository::injectObjectManager ( \TYPO3\CMS\Extbase\Object\ObjectManagerInterface  $objectManager)
Parameters
\TYPO3\CMS\Extbase\Object\ObjectManagerInterface$objectManager

Definition at line 31 of file ExtensionRepository.php.

References TYPO3\CMS\About\Domain\Repository\ExtensionRepository\$objectManager.

Member Data Documentation

◆ $objectManager

TYPO3\CMS\About\Domain\Repository\ExtensionRepository::$objectManager
protected