]> 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 79323c0ca90e8ea2f4fc20a162918fdd8cd13d7d..bffb8743a1b63e43773d830a16c456b641898648 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * 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);
 }
 
 //