저자: Elliot Levin (elliotlevin@hotmail.com)
상속: extends ProviderBase, implements Pinq\Providers\IQueryProvider
예제 #1
0
 public function __construct(Queries\ISourceInfo $sourceInfo, IQueryCompilerConfiguration $compilerConfiguration)
 {
     parent::__construct($sourceInfo, $compilerConfiguration->getQueryConfiguration());
     $this->compilerConfiguration = $compilerConfiguration;
 }
예제 #2
0
파일: Provider.php 프로젝트: timetoogo/pinq
 public function __construct(ITraversable $traversable)
 {
     parent::__construct(new SourceInfo($traversable));
     $this->scheme = $traversable->getIteratorScheme();
 }