]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/points/class_BookablePoints.php
Copyright updated
[core.git] / inc / classes / interfaces / points / class_BookablePoints.php
index fe677afae04a2b9109b567aed8992d061bd49631..b67f2769dc379880b1d680a9b57092ffca6f7528 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  */
 interface BookablePoints extends FrameworkInterface {
        /**
-        * Checks wether the user has the required amount of points left for the specified action
+        * Checks whether the user has the required amount of points left for the specified action
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
-        * @return      $hasRequired    Wether the user has the required points
+        * @return      $hasRequired    Whether the user has the required points
         */
        function ifUserHasRequiredPoints ($action);
 
@@ -47,5 +47,5 @@ interface BookablePoints extends FrameworkInterface {
        function addElementsToDataSet (StoreableCriteria $criteriaInstance);
 }
 
-//
+// [EOF]
 ?>