PHP Class Neos\FluidAdaptor\Core\Parser\SyntaxTree\Expression\LegacyNamespaceExpressionNode

Inheritance: extends TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\AbstractExpressionNode, implements TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\ExpressionNodeInterface
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$detectionExpression syntax, e.g. {namespace neos=TYPO3\Neos\ViewHelpers}.

Public Methods

Method Description
evaluateExpression ( TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, string $expression, array $matches ) : mixed Evaluates the expression stored in this node, in the context of $renderingcontext.

Method Details

evaluateExpression() public static method

Evaluates the expression stored in this node, in the context of $renderingcontext.
public static evaluateExpression ( TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, string $expression, array $matches ) : mixed
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface
$expression string
$matches array
return mixed

Property Details

$detectionExpression public static property

syntax, e.g. {namespace neos=TYPO3\Neos\ViewHelpers}.
public static $detectionExpression