PHP 클래스 Prado\Data\SqlMap\Configuration\TSqlMapCacheKey

Provides a hash of the object to be cached.
부터: 3.1
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $object )
getHash ( ) : string

보호된 메소드들

메소드 설명
generateKey ( $string ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $object )

generateKey() 보호된 메소드

protected generateKey ( $string ) : string
리턴 string crc32 hash of the serialized object.

getHash() 공개 메소드

public getHash ( ) : string
리턴 string object hash.