Debug mailer finished and debug messages removed:
[shipsimu.git] / inc / config / class_FrameworkConfiguration.php
index 25125e5fdb4a61128fa05f81c4232a26562589f6..74c9416c91fc28c62e9bbfefd171c06cf9c5882f 100644 (file)
@@ -301,7 +301,28 @@ class FrameworkConfiguration implements Registerable {
                // Return it
                return $fullDomain;
        }
                // Return it
                return $fullDomain;
        }
-} // END - class
+
+       /**
+        * Getter for field name
+        *
+        * @param       $fieldName              Field name which we shall get
+        * @return      $fieldValue             Field value from the user
+        */
+       function getField ($fieldName) {
+               // Dummy method!
+       }
+
+       /**
+        * Updates a given field with new value
+        *
+        * @param       $fieldName              Field to update
+        * @param       $fieldValue             New value to store
+        * @return      void
+        */
+       public function updateDatabaseField ($fieldName, $fieldValue) {
+               // Dummy method!
+       }
+}
 
 // [EOF]
 ?>
 
 // [EOF]
 ?>