Pinq\Providers\DSL\Compilation\Processors\ScopeProcessor::__construct PHP Метод

__construct() публичный Метод

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