]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/class_FrameworkInterface.php
- XHTML errors/warnings fixed in some pages
[shipsimu.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 2b7246d8c8fbfa74f105cae324fef817b7011b64..bffb8743a1b63e43773d830a16c456b641898648 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface FrameworkInterface {
+       /**
+        * Getter for field name
+        *
+        * @param       $fieldName              Field name which we shall get
+        * @return      $fieldValue             Field value from the user
+        * @throws      NullPointerException    If the result instance is null
+        */
+       function getField ($fieldName);
 }
 
 //