PHP Class Neos\FluidAdaptor\Core\Rendering\RenderingContext

This knows about the ControllerContext and ObjectManager.
Inheritance: extends TYPO3Fluid\Fluid\Core\Rendering\RenderingContext, implements Neos\FluidAdaptor\Core\Rendering\FlowAwareRenderingContextInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

buildParserConfiguration() public méthode

Build parser configuration
public buildParserConfiguration ( ) : TYPO3Fluid\Fluid\Core\Parser\Configuration
Résultat TYPO3Fluid\Fluid\Core\Parser\Configuration

getControllerContext() public méthode

public getControllerContext ( ) : ControllerContext
Résultat Neos\Flow\Mvc\Controller\ControllerContext

getObjectManager() public méthode

public getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface

getTemplateVariableContainer() public méthode

Deprecation: use "getVariableProvider"
public getTemplateVariableContainer ( ) : TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface
Résultat TYPO3Fluid\Fluid\Core\Variables\VariableProviderInterface

injectObjectManager() public méthode

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

setControllerContext() public méthode

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

setOption() public méthode

Set a specific option of this View
public setOption ( string $optionName, mixed $value ) : void
$optionName string
$value mixed
Résultat void

Property Details

$cache protected_oe property

protected CacheAdaptor,Neos\FluidAdaptor\Core\Cache $cache
Résultat Neos\FluidAdaptor\Core\Cache\CacheAdaptor

$controllerContext protected_oe property

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
Résultat Neos\Flow\Mvc\Controller\ControllerContext

$expressionNodeTypes protected_oe property

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

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface

$viewHelperResolver protected_oe property

protected ViewHelperResolver,Neos\FluidAdaptor\Core\ViewHelper $viewHelperResolver
Résultat Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver