PHP Class Neos\FluidAdaptor\Core\Parser\TemplateProcessor\EscapingFlagProcessor

Inheritance: implements TYPO3Fluid\Fluid\Core\Parser\TemplateProcessorInterface
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$SCAN_PATTERN_ESCAPINGMODIFIER

Protected Properties

Property Type Description
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface

Public Methods

Method Description
preProcessSource ( string $templateSource ) : string Pre-process the template source before it is returned to the TemplateParser or passed to the next TemplateProcessorInterface instance.
setRenderingContext ( TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext )

Method Details

preProcessSource() public method

Pre-process the template source before it is returned to the TemplateParser or passed to the next TemplateProcessorInterface instance.
public preProcessSource ( string $templateSource ) : string
$templateSource string
return string

setRenderingContext() public method

public setRenderingContext ( TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext )
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface

Property Details

$SCAN_PATTERN_ESCAPINGMODIFIER public static property

public static $SCAN_PATTERN_ESCAPINGMODIFIER

$renderingContext protected property

protected RenderingContextInterface,TYPO3Fluid\Fluid\Core\Rendering $renderingContext
return TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface