PHP Class FluidTYPO3\Flux\Hooks\ContentIconHookSubscriber

Afficher le fichier Open project: fluidtypo3/flux Class Usage Examples

Protected Properties

Свойство Type Description
$cache TYPO3\CMS\Core\Cache\Frontend\VariableFrontend
$fluxService FluidTYPO3\Flux\Service\FluxService
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
$templates array

Méthodes publiques

Méthode Description
__construct ( ) Construct
addSubIcon ( array $parameters, TYPO3\CMS\Backend\View\PageLayoutView | TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList $caller = NULL ) : string
injectFluxService ( FluxService $fluxService ) : void
injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void

Méthodes protégées

Méthode Description
attachAssets ( ) : void
detectFirstFlexTypeFieldInTableFromPossibilities ( string $table, array $fields ) : string

Method Details

__construct() public méthode

Construct
public __construct ( )

addSubIcon() public méthode

public addSubIcon ( array $parameters, TYPO3\CMS\Backend\View\PageLayoutView | TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList $caller = NULL ) : string
$parameters array
$caller TYPO3\CMS\Backend\View\PageLayoutView | TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList
Résultat string

attachAssets() protected méthode

protected attachAssets ( ) : void
Résultat void

detectFirstFlexTypeFieldInTableFromPossibilities() protected méthode

protected detectFirstFlexTypeFieldInTableFromPossibilities ( string $table, array $fields ) : string
$table string
$fields array
Résultat string

injectFluxService() public méthode

public injectFluxService ( FluxService $fluxService ) : void
$fluxService FluidTYPO3\Flux\Service\FluxService
Résultat void

injectObjectManager() public méthode

public injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
Résultat void

Property Details

$cache protected_oe property

protected VariableFrontend,TYPO3\CMS\Core\Cache\Frontend $cache
Résultat TYPO3\CMS\Core\Cache\Frontend\VariableFrontend

$fluxService protected_oe property

protected FluxService,FluidTYPO3\Flux\Service $fluxService
Résultat FluidTYPO3\Flux\Service\FluxService

$objectManager protected_oe property

protected ObjectManagerInterface,TYPO3\CMS\Extbase\Object $objectManager
Résultat TYPO3\CMS\Extbase\Object\ObjectManagerInterface

$templates protected_oe property

protected array $templates
Résultat array