getHashCode() public method

Get hash code
public getHashCode ( ) : string
return string Hash code
Example #1
0
 /**
  * Get hash code
  *
  * @return string Hash code
  */
 public function getHashCode()
 {
     return md5(parent::getHashCode() . __CLASS__);
 }