__construct() public method

public __construct ( Pinq\Providers\DSL\Compilation\IQueryCompilation $compilation )
$compilation Pinq\Providers\DSL\Compilation\IQueryCompilation
Ejemplo n.º 1
0
 public function __construct(Queries\IScope $scope, IQueryCompilation $compilation)
 {
     parent::__construct($compilation);
     $this->scope = $scope;
 }
Ejemplo n.º 2
0
 public function __construct(IQuery $query, IQueryCompilation $compilation, IScopeCompiler $scopeCompiler)
 {
     parent::__construct($compilation);
     $this->query = $query;
     $this->scopeCompiler = $scopeCompiler;
 }