Pinq\IQueryable::getSourceInfo PHP Method

getSourceInfo() public method

Gets the source info.
public getSourceInfo ( ) : Pinq\Queries\ISourceInfo
return Pinq\Queries\ISourceInfo
    public function getSourceInfo();

Usage Example

Beispiel #1
0
 public function interpretScopeSource(IQueryable $queryable)
 {
     $this->queryable = $queryable;
     $this->appendToHash($queryable->getSourceInfo()->getHash());
 }
All Usage Examples Of Pinq\IQueryable::getSourceInfo