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);
 }