__construct() public method

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