getHash() 공개 메소드

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