PHP Class FluidTYPO3\Fluidpages\Controller\PageController

Inheritance: extends FluidTYPO3\Flux\Controller\AbstractFluxController, implements FluidTYPO3\Fluidpages\Controller\PageControllerInterface
Afficher le fichier Open project: fluidtypo3/fluidpages

Protected Properties

Свойство Type Description
$fluxRecordField string
$fluxTableName string
$pageConfigurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
$pageService FluidTYPO3\Fluidpages\Service\PageService
$response TYPO3\CMS\Extbase\Mvc\Web\Response

Méthodes publiques

Méthode Description
getRecord ( ) : array
initializeView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : void
injectPageConfigurationService ( ConfigurationService $pageConfigurationService ) : void
injectPageService ( PageService $pageService )
rawAction ( ) : string

Méthodes protégées

Méthode Description
initializeProvider ( ) : void

Method Details

getRecord() public méthode

public getRecord ( ) : array
Résultat array

initializeProvider() protected méthode

protected initializeProvider ( ) : void
Résultat void

initializeView() public méthode

public initializeView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : void
$view TYPO3\CMS\Extbase\Mvc\View\ViewInterface
Résultat void

injectPageConfigurationService() public méthode

public injectPageConfigurationService ( ConfigurationService $pageConfigurationService ) : void
$pageConfigurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
Résultat void

injectPageService() public méthode

public injectPageService ( PageService $pageService )
$pageService FluidTYPO3\Fluidpages\Service\PageService

rawAction() public méthode

public rawAction ( ) : string
Résultat string

Property Details

$fluxRecordField protected_oe property

protected string $fluxRecordField
Résultat string

$fluxTableName protected_oe property

protected string $fluxTableName
Résultat string

$pageConfigurationService protected_oe property

protected ConfigurationService,FluidTYPO3\Fluidpages\Service $pageConfigurationService
Résultat FluidTYPO3\Fluidpages\Service\ConfigurationService

$pageService protected_oe property

protected PageService,FluidTYPO3\Fluidpages\Service $pageService
Résultat FluidTYPO3\Fluidpages\Service\PageService

$response protected_oe property

protected Response,TYPO3\CMS\Extbase\Mvc\Web $response
Résultat TYPO3\CMS\Extbase\Mvc\Web\Response