Neos\FluidAdaptor\Tests\Functional\View\Fixtures\View\StandaloneView::__construct PHP 메소드

__construct() 공개 메소드

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
    public function __construct(\Neos\Flow\Mvc\ActionRequest $request = null, $fileIdentifierPrefix = '', array $options = [])
    {
        $this->fileIdentifierPrefix = $fileIdentifierPrefix;
        parent::__construct($request, $options);
    }