Deprecated method addUpdateData() removed
[shipsimu.git] / inc / classes / interfaces / user / class_ManageableAccount.php
index 7da32aee95b5d2a5845f31397bb67a3c3e6be912..3e88853898be460170b5506a1655e807d507b61e 100644 (file)
@@ -44,15 +44,6 @@ interface ManageableAccount extends FrameworkInterface {
         * @return      $matches                        Wether the supplied password hash matches
         */
        function ifPasswordHashMatches (Requestable $requestInstance);
-
-       /**
-        * Adds data for later complete update
-        *
-        * @param       $column         Column we want to update
-        * @param       $value          New value to store in database
-        * @return      void
-        */
-       function addUpdateData ($column, $value);
 }
 
 //