PHP Pinq\Providers\DSL\Compilation\Compilers Namespace

Interfaces

Name Description
IOperationQueryCompiler Interface of the operation query compiler.
IQueryCompiler Interface of the query compiler.
IRequestQueryCompiler Interface of the request query compiler.
IScopeCompiler Interface of the scope compiler.

Classes

Name Description
Compiler Base class of the compiler
OperationQueryCompiler Implementation of the operation query compiler using the visitor pattern.
QueryCompiler Base class of the query compiler
RequestQueryCompiler Implementation of the request query compiler using the visitor pattern.
ScopeCompiler Implementation of the scope compiler using the visitor pattern.