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