PHP Class FluidTYPO3\Fluidpages\Controller\PageController

Inheritance: extends FluidTYPO3\Flux\Controller\AbstractFluxController, implements FluidTYPO3\Fluidpages\Controller\PageControllerInterface
Datei anzeigen Open project: fluidtypo3/fluidpages

Protected Properties

Property Type Description
$fluxRecordField string
$fluxTableName string
$pageConfigurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
$pageService FluidTYPO3\Fluidpages\Service\PageService
$response TYPO3\CMS\Extbase\Mvc\Web\Response

Public Methods

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

Protected Methods

Method Description
initializeProvider ( ) : void

Method Details

getRecord() public method

public getRecord ( ) : array
return array

initializeProvider() protected method

protected initializeProvider ( ) : void
return void

initializeView() public method

public initializeView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : void
$view TYPO3\CMS\Extbase\Mvc\View\ViewInterface
return void

injectPageConfigurationService() public method

public injectPageConfigurationService ( ConfigurationService $pageConfigurationService ) : void
$pageConfigurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
return void

injectPageService() public method

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

rawAction() public method

public rawAction ( ) : string
return string

Property Details

$fluxRecordField protected_oe property

protected string $fluxRecordField
return string

$fluxTableName protected_oe property

protected string $fluxTableName
return string

$pageConfigurationService protected_oe property

protected ConfigurationService,FluidTYPO3\Fluidpages\Service $pageConfigurationService
return FluidTYPO3\Fluidpages\Service\ConfigurationService

$pageService protected_oe property

protected PageService,FluidTYPO3\Fluidpages\Service $pageService
return FluidTYPO3\Fluidpages\Service\PageService

$response protected_oe property

protected Response,TYPO3\CMS\Extbase\Mvc\Web $response
return TYPO3\CMS\Extbase\Mvc\Web\Response