Author: Elliot Levin (elliotlevin@hotmail.com)
Exemple #1
0
 public function __construct(Queries\IScope $scope, IQueryCompilation $compilation)
 {
     parent::__construct($compilation);
     $this->scope = $scope;
 }
Exemple #2
0
 public function __construct(IQuery $query, IQueryCompilation $compilation, IScopeCompiler $scopeCompiler)
 {
     parent::__construct($compilation);
     $this->query = $query;
     $this->scopeCompiler = $scopeCompiler;
 }