PHP Class Neos\Eel\CompilingEvaluator
This simple implementation will lazily parse and evaluate the generated PHP
code into a function with a name built from the hashed expression.
Exibir arquivo
Open project: neos/flow-development-collection
Class Usage Examples
Protected Properties
Public Methods
Protected Methods
Method Details
Evaluate an expression under a given context
generateEvaluatorCode()
protected method
Used by unit tests to debug generated PHP code.
initializeObject()
public method
shutdownObject()
public method
Property Details
$expressionCache protected_oe property
protected PhpFrontend,Neos\Cache\Frontend $expressionCache |
return |
Neos\Cache\Frontend\PhpFrontend |
|
$newExpressions protected_oe property
protected array $newExpressions |
return |
array |
|