PHP Class FluidTYPO3\Fluidpages\Backend\TemplateFileLayoutSelector

Datei anzeigen Open project: fluidtypo3/fluidpages Class Usage Examples

Protected Properties

Property Type Description
$configurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
$pageService FluidTYPO3\Fluidpages\Service\PageService

Public Methods

Method Description
__construct ( ) CONSTRUCTOR
addLayoutOptions ( array &$parameters, mixed &$pObj ) : string Renders a Fluid Template Layout select field
injectConfigurationService ( ConfigurationService $configurationService ) : void
injectPageService ( PageService $pageService ) : void

Method Details

__construct() public method

CONSTRUCTOR
public __construct ( )

addLayoutOptions() public method

Renders a Fluid Template Layout select field
public addLayoutOptions ( array &$parameters, mixed &$pObj ) : string
$parameters array
$pObj mixed
return string

injectConfigurationService() public method

public injectConfigurationService ( ConfigurationService $configurationService ) : void
$configurationService FluidTYPO3\Fluidpages\Service\ConfigurationService
return void

injectPageService() public method

public injectPageService ( PageService $pageService ) : void
$pageService FluidTYPO3\Fluidpages\Service\PageService
return void

Property Details

$configurationService protected_oe property

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

$pageService protected_oe property

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