TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository Class Reference

Public Member Functions

 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager)
 
 injectListUtility (\TYPO3\CMS\Extensionmanager\Utility\ListUtility $listUtility)
 

Protected Member Functions

 getExtensionIconWithPath ($extensionEntry)
 

Protected Attributes

 $objectManager
 
 $listUtility
 
 $extensions = array()
 

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! Extension repository

Author
Sebastian Fischer typo3.nosp@m.@evo.nosp@m.web.d.nosp@m.e

Definition at line 21 of file ExtensionRepository.php.

Member Function Documentation

◆ getExtensionIconWithPath()

TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository::getExtensionIconWithPath (   $extensionEntry)
protected

◆ injectListUtility()

TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository::injectListUtility ( \TYPO3\CMS\Extensionmanager\Utility\ListUtility  $listUtility)

Inject the list utility

Parameters
\TYPO3\CMS\Extensionmanager\Utility\ListUtility$listUtility
Returns
void

Definition at line 53 of file ExtensionRepository.php.

References TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository\$extensions, TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository\$listUtility, and TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository\getExtensionIconWithPath().

◆ injectObjectManager()

TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository::injectObjectManager ( \TYPO3\CMS\Extbase\Object\ObjectManager  $objectManager)

Injects the object manager

Parameters
\TYPO3\CMS\Extbase\Object\ObjectManager$objectManager
Returns
void

Definition at line 43 of file ExtensionRepository.php.

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

Member Data Documentation

◆ $extensions

TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository::$extensions = array()
protected

◆ $listUtility

TYPO3\CMS\Lang\Domain\Repository\ExtensionRepository::$listUtility
protected

◆ $objectManager

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