Pinq\Providers\DSL\Compilation\Compilers\Compiler::__construct PHP Méthode

__construct() public méthode

public __construct ( Pinq\Providers\DSL\Compilation\IQueryCompilation $compilation )
$compilation Pinq\Providers\DSL\Compilation\IQueryCompilation
    public function __construct(IQueryCompilation $compilation)
    {
        $this->compilation = $compilation;
    }

Usage Example

Exemple #1
0
 public function __construct(Queries\IScope $scope, IQueryCompilation $compilation)
 {
     parent::__construct($compilation);
     $this->scope = $scope;
 }
All Usage Examples Of Pinq\Providers\DSL\Compilation\Compilers\Compiler::__construct