Author: Elliot Levin (elliotlevin@hotmail.com)
Esempio n. 1
0
 public function __construct(Queries\ISourceInfo $sourceInfo, Configuration\IQueryConfiguration $configuration)
 {
     $this->sourceInfo = $sourceInfo;
     $this->configuration = $configuration;
     $this->queryCache = $configuration->getQueryCache();
     $this->scheme = $configuration->getIteratorScheme();
 }
 public function __construct()
 {
     $this->compiledQueryCache = $this->buildCompiledQueryCache();
     $this->queryConfiguration = $this->buildQueryConfiguration();
     $this->requestQueryBuilder = $this->queryConfiguration->getRequestQueryBuilder();
 }