]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/lists/class_
Continued:
[core.git] / framework / main / classes / lists / class_
index 69590fba4e78a162675929a5588670a03ef13241..93cc43ddad82967780a7dffcbeb050ebd513ffc5 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
+
 /**
  * A ??? list
  *
@@ -52,7 +55,7 @@ class ???List extends BaseList implements Listable {
         * @todo        0% done
         */
        public function getListIterator () {
-               $this->partialStub('Please implement this method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Please implement this method.');
        }
 
        /**
@@ -62,7 +65,7 @@ class ???List extends BaseList implements Listable {
         * @todo        0% done
         */
        public function clearList () {
-               $this->partialStub('Please implement this method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Please implement this method.');
        }
 
 }