PHP 클래스 Neos\FluidAdaptor\Core\Parser\TemplateProcessor\EscapingFlagProcessor

상속: implements TYPO3Fluid\Fluid\Core\Parser\TemplateProcessorInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$SCAN_PATTERN_ESCAPINGMODIFIER

보호된 프로퍼티들

프로퍼티 타입 설명
$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