]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/groups/class_ListGroupList.php
Continued on development of 'hub' project with many refactorings/addings:
[hub.git] / application / hub / main / lists / groups / class_ListGroupList.php
index 9499afe58349015170479469aa4aece680061e92..1648bc6f600f959dfc0c009d080e99407f55d9c0 100644 (file)
@@ -54,6 +54,16 @@ class ListGroupList extends BaseList implements Listable {
        public function getListIterator () {
                $this->partialStub('Please implement this method.');
        }
+
+       /**
+        * Clears this list by cleaning up all groups together.
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function clearList () {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]