PHP Neos\Eel Namespace

Nested Namespaces

Neos\Eel\FlowQuery
Neos\Eel\Helper
Neos\Eel\Tests
Neos\Eel\Validation

Interfaces

Name Description
EelEvaluatorInterface An Eel evaluator interface
ProtectedContextAwareInterface Interface for classes that are aware of a protected Eel context

Classes

Name Description
AbstractParser This Abstract Parser class contains definitions for absolutely basic types, like quoted strings or identifiers
CompilingEelParser A compiling expression parser
CompilingEvaluator An evaluator that compiles expressions down to PHP code
Context A Eel evaluation context
EelParser Eel parser
InterpretedEelParser An interpreting expression parser
InterpretedEvaluator An expression evalutator that interprets expressions
Package Package base class of the Eel package.
ProtectedContext A protected evaluation context
Utility Utility to reduce boilerplate code needed to set default context variables and evaluate a string that possibly is an EEL expression.