]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/groups/class_ListGroupList.php
A lot 'FooClientBar' classes renamed to 'FooPeerBar' for naming convention, added...
[hub.git] / application / hub / main / lists / groups / class_ListGroupList.php
index 8fabaf62e93e56b7cd1dbcf02a063839d8e7cd48..d793765806521f1311faf69ce78f19bf53af8e4a 100644 (file)
@@ -44,15 +44,6 @@ class ListGroupList extends BaseList implements Listable {
                // Return the prepared instance
                return $listInstance;
        }
-
-       /**
-        * Gets an array from this group
-        *
-        * @return      $array  The array from this group
-        */
-       public final function getArrayFromGroup () {
-               $this->debugInstance();
-       }
 }
 
 // [EOF]