Pinq\Queries\ISourceInfo::getHash PHP Метод

getHash() публичный Метод

Gets a unique string representing the source of the query.
public getHash ( ) : string
Результат string
    public function getHash();

Usage Example

Пример #1
0
 public function getCompiledQueryCache(Queries\ISourceInfo $sourceInfo)
 {
     return $this->compiledQueryCache->forNamespace($sourceInfo->getHash());
 }