__construct() public method

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