]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/database/class_Updateable.php
Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
[core.git] / inc / classes / interfaces / database / class_Updateable.php
index 84b81ced9ec905026cda710dcdef65c3ad3a2d7d..dd50e9aaf2262aa377f4e0b14b39d7d7db3f8e3b 100644 (file)
@@ -28,10 +28,9 @@ interface Updateable extends FrameworkInterface {
         * @param       $fieldName              Field to update
         * @param       $fieldValue             New value to store
         * @return      void
-        * @throws      DatabaseUpdateSupportException  If this class does not support database updates
         */
        function updateDatabaseField ($fieldName, $fieldValue);
 }
 
-//
+// [EOF]
 ?>