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.