getHash() public method

public getHash ( ) : string
return string object hash.
Beispiel #1
0
 protected function getCacheKey($object)
 {
     $cacheKey = new TSqlMapCacheKey($object);
     return $cacheKey->getHash();
 }