__construct() 공개 메소드

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