PHP Class FluidTYPO3\Flux\Backend\Preview

Inheritance: implements TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface
Afficher le fichier Open project: fluidtypo3/flux

Protected Properties

Свойство Type Description
$assetsIncluded boolean
$configurationService FluidTYPO3\Flux\Service\FluxService
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
$recordService FluidTYPO3\Flux\Service\RecordService

Méthodes publiques

Méthode Description
__construct ( ) CONSTRUCTOR
preProcess ( TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, boolean &$drawItem, string &$headerContent, string &$itemContent, array &$row ) : void
renderPreview ( string &$headerContent, string &$itemContent, array &$row, boolean &$drawItem ) : null

Méthodes protégées

Méthode Description
attachAssets ( ) : void
createShortcutIcon ( array $row ) : string
getPageTitleAndPidFromContentUid ( integer $contentUid ) : array

Method Details

__construct() public méthode

CONSTRUCTOR
public __construct ( )

attachAssets() protected méthode

protected attachAssets ( ) : void
Résultat void

createShortcutIcon() protected méthode

protected createShortcutIcon ( array $row ) : string
$row array
Résultat string

getPageTitleAndPidFromContentUid() protected méthode

protected getPageTitleAndPidFromContentUid ( integer $contentUid ) : array
$contentUid integer
Résultat array

preProcess() public méthode

public preProcess ( TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, boolean &$drawItem, string &$headerContent, string &$itemContent, array &$row ) : void
$parentObject TYPO3\CMS\Backend\View\PageLayoutView
$drawItem boolean
$headerContent string
$itemContent string
$row array
Résultat void

renderPreview() public méthode

public renderPreview ( string &$headerContent, string &$itemContent, array &$row, boolean &$drawItem ) : null
$headerContent string
$itemContent string
$row array
$drawItem boolean
Résultat null

Property Details

$assetsIncluded protected_oe static_oe property

protected static bool $assetsIncluded
Résultat boolean

$configurationService protected_oe property

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

$objectManager protected_oe property

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

$recordService protected_oe property

protected RecordService,FluidTYPO3\Flux\Service $recordService
Résultat FluidTYPO3\Flux\Service\RecordService