Pinq\Providers\DSL\Compilation\Processors\ScopeProcessor::__construct PHP Method

__construct() public method

public __construct ( Pinq\Queries\IScope $scope )
$scope Pinq\Queries\IScope
    public function __construct(Queries\IScope $scope)
    {
        $this->scope = $scope;
    }