PHP Класс Neos\FluidAdaptor\Core\Parser\TemplateProcessor\EscapingFlagProcessor

Наследование: implements TYPO3Fluid\Fluid\Core\Parser\TemplateProcessorInterface
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$SCAN_PATTERN_ESCAPINGMODIFIER

Защищенные свойства (Protected)

Свойство Тип Описание
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface

Открытые методы

Метод Описание
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 )

Описание методов

preProcessSource() публичный Метод

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
Результат string

setRenderingContext() публичный Метод

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

Описание свойств

$SCAN_PATTERN_ESCAPINGMODIFIER публичное статическое свойство

public static $SCAN_PATTERN_ESCAPINGMODIFIER

$renderingContext защищенное свойство

protected RenderingContextInterface,TYPO3Fluid\Fluid\Core\Rendering $renderingContext
Результат TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface