getSourceInfo() public method

Gets the source info.
public getSourceInfo ( ) : Pinq\Queries\ISourceInfo
return Pinq\Queries\ISourceInfo
コード例 #1
0
ファイル: ScopeResolver.php プロジェクト: timetoogo/pinq
 public function interpretScopeSource(IQueryable $queryable)
 {
     $this->queryable = $queryable;
     $this->appendToHash($queryable->getSourceInfo()->getHash());
 }
コード例 #2
0
ファイル: ScopeParser.php プロジェクト: timetoogo/pinq
 public function interpretScopeSource(IQueryable $queryable)
 {
     $this->sourceInfo = $queryable->getSourceInfo();
 }