]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/groups/class_ListGroupList.php
New iterator introduced, low-level TCP connections supported (unfinished):
[hub.git] / application / hub / main / lists / groups / class_ListGroupList.php
index 1cf106252b62ddafadb8dd0fb9642b7f17a7ea3b..19bae27436494d804652772c64289000c906ada7 100644 (file)
@@ -44,6 +44,15 @@ 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]