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

Inheritance: implements TYPO3Fluid\Fluid\Core\Parser\TemplateProcessorInterface
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$SCAN_PATTERN_ESCAPINGMODIFIER

Protected Properties

Свойство Type Description
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface

Méthodes publiques

Méthode 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 méthode

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
Résultat string

setRenderingContext() public méthode

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

Property Details

$SCAN_PATTERN_ESCAPINGMODIFIER public_oe static_oe property

public static $SCAN_PATTERN_ESCAPINGMODIFIER

$renderingContext protected_oe property

protected RenderingContextInterface,TYPO3Fluid\Fluid\Core\Rendering $renderingContext
Résultat TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface