PHP Class Neos\FluidAdaptor\Tests\Functional\View\Fixtures\View\StandaloneView

Inheritance: extends Neos\FluidAdaptor\View\StandaloneView
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$fileIdentifierPrefix

Public Methods

Method Description
__construct ( ActionRequest $request = null, string $fileIdentifierPrefix = '', array $options = [] ) Constructor

Protected Methods

Method Description
createIdentifierForFile ( $pathAndFilename, $prefix )

Method Details

__construct() public method

Constructor
public __construct ( ActionRequest $request = null, string $fileIdentifierPrefix = '', array $options = [] )
$request Neos\Flow\Mvc\ActionRequest The current action request. If none is specified it will be created from the environment.
$fileIdentifierPrefix string
$options array

createIdentifierForFile() protected method

protected createIdentifierForFile ( $pathAndFilename, $prefix )

Property Details

$fileIdentifierPrefix protected property

protected $fileIdentifierPrefix