]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/query/local/class_LocalQueryList.php
Copyright notice updated
[hub.git] / application / hub / main / lists / query / local / class_LocalQueryList.php
index e364c0ff45ced2c627377f768092f9ca80f14ad2..2a89c83a1e3b77586ddb6883598ac0b76f97257f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -60,6 +60,16 @@ class LocalQueryList extends BaseList implements Listable {
                // ... and return it
                return $iteratorInstance;
        }
+
+       /**
+        * Clears this list by cleaning up all groups together.
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function clearList () {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]