Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends Compiler, implements Pinq\Providers\DSL\Compilation\Compilers\IQueryCompiler
示例#1
0
 public function __construct(IOperationQuery $query, IOperationCompilation $compilation, IScopeCompiler $scopeCompiler)
 {
     parent::__construct($query, $compilation, $scopeCompiler);
 }
示例#2
0
 public function __construct(IRequestQuery $query, IRequestCompilation $compilation, IScopeCompiler $scopeCompiler)
 {
     parent::__construct($query, $compilation, $scopeCompiler);
 }