PHP 클래스 Neos\FluidAdaptor\Core\Rendering\RenderingContext

This knows about the ControllerContext and ObjectManager.
상속: extends TYPO3Fluid\Fluid\Core\Rendering\RenderingContext, implements Neos\FluidAdaptor\Core\Rendering\FlowAwareRenderingContextInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cache Neos\FluidAdaptor\Core\Cache\CacheAdaptor
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
$expressionNodeTypes array List of class names implementing ExpressionNodeInterface which will be consulted when an expression does not match any built-in parser expression types.
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$viewHelperResolver Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver

공개 메소드들

메소드 설명
__construct ( TYPO3Fluid\Fluid\View\ViewInterface $view, array $options = [] ) RenderingContext constructor.
buildParserConfiguration ( ) : TYPO3Fluid\Fluid\Core\Parser\Configuration Build parser configuration
getControllerContext ( ) : ControllerContext
getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface
getTemplateVariableContainer ( ) : TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface
injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager )
setControllerContext ( ControllerContext $controllerContext )
setOption ( string $optionName, mixed $value ) : void Set a specific option of this View

메소드 상세

__construct() 공개 메소드

RenderingContext constructor.
public __construct ( TYPO3Fluid\Fluid\View\ViewInterface $view, array $options = [] )
$view TYPO3Fluid\Fluid\View\ViewInterface
$options array

buildParserConfiguration() 공개 메소드

Build parser configuration
public buildParserConfiguration ( ) : TYPO3Fluid\Fluid\Core\Parser\Configuration
리턴 TYPO3Fluid\Fluid\Core\Parser\Configuration

getControllerContext() 공개 메소드

public getControllerContext ( ) : ControllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext

getObjectManager() 공개 메소드

public getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface

getTemplateVariableContainer() 공개 메소드

사용 중단: use "getVariableProvider"
public getTemplateVariableContainer ( ) : TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface
리턴 TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface

injectObjectManager() 공개 메소드

public injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager )
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

setControllerContext() 공개 메소드

public setControllerContext ( ControllerContext $controllerContext )
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext

setOption() 공개 메소드

Set a specific option of this View
public setOption ( string $optionName, mixed $value ) : void
$optionName string
$value mixed
리턴 void

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected CacheAdaptor,Neos\FluidAdaptor\Core\Cache $cache
리턴 Neos\FluidAdaptor\Core\Cache\CacheAdaptor

$controllerContext 보호되어 있는 프로퍼티

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext

$expressionNodeTypes 보호되어 있는 프로퍼티

List of class names implementing ExpressionNodeInterface which will be consulted when an expression does not match any built-in parser expression types.
protected array $expressionNodeTypes
리턴 array

$objectManager 보호되어 있는 프로퍼티

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface

$viewHelperResolver 보호되어 있는 프로퍼티

protected ViewHelperResolver,Neos\FluidAdaptor\Core\ViewHelper $viewHelperResolver
리턴 Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver