Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends ProviderBase, implements Pinq\Providers\IQueryProvider
Example #1
0
 public function __construct(Queries\ISourceInfo $sourceInfo, IQueryCompilerConfiguration $compilerConfiguration)
 {
     parent::__construct($sourceInfo, $compilerConfiguration->getQueryConfiguration());
     $this->compilerConfiguration = $compilerConfiguration;
 }
Example #2
0
 public function __construct(ITraversable $traversable)
 {
     parent::__construct(new SourceInfo($traversable));
     $this->scheme = $traversable->getIteratorScheme();
 }