]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/lists/class_Listable.php
Fixed a typo, added an assert()
[hub.git] / application / hub / interfaces / lists / class_Listable.php
index 0ad651960066aeef3b28d70dd747effbfd9c5696..39ae1339803af4ed8d9db93094f7a90e3fe43401 100644 (file)
  */
 interface Listable extends FrameworkInterface, IteratorAggregate {
        /**
-        * Checks wether the given group is set
+        * Checks whether the given group is set
         *
         * @param       $groupName      Group to check if found in list
-        * @return      $isset          Wether the group is valid
+        * @return      $isset          Whether the group is valid
         */
        function isGroupSet ($groupName);