]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/class_FrameworkInterface.php
Generic method hashCode() added. Please overwrite it, if you need better hashes.
[core.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 5848674c54c2ead573fd75057a7975b4185b4df3..2859d7a3489bea85bfe4607e2dadb5d7d7ce8bbe 100644 (file)
@@ -31,6 +31,13 @@ interface FrameworkInterface {
         * @throws      NullPointerException    If the result instance is null
         */
        function getField ($fieldName);
+
+       /**
+        * Generates a code for hashes from this class
+        *
+        * @return      $hashCode       The hash code respresenting this class
+        */
+       function hashCode ();
 }
 
 //