PHP Neos\Eel 네임스페이스

중첩된 네임스페이스

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

Interfaces

이름 설명
EelEvaluatorInterface An Eel evaluator interface
ProtectedContextAwareInterface Interface for classes that are aware of a protected Eel context

클래스들

이름 설명
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.