*/ interface HashableInterface { /** * Generates a hash for the object * * @return string Object hash */ function hash(); }