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

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

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IRequestQuery $requestQuery )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$requestQuery Pinq\Queries\IRequestQuery
    public function __construct(IScopeProcessor $scopeProcessor, Queries\IRequestQuery $requestQuery)
    {
        parent::__construct($scopeProcessor);
        $this->requestQuery = $requestQuery;
    }