]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php
Continued a little:
[hub.git] / application / hub / main / source / urls / class_CrawlerUploadedListUrlSource.php
index 41fe3d7d7e2ea07b97b5f2b0f212ad7f6a187424..928a9e28449bbe9ac58ffe539d187aface6340e2 100644 (file)
@@ -59,9 +59,12 @@ class CrawlerUploadedListUrlSource extends BaseUrlSource implements UrlSource, R
        public function processStack () {
                // Does the stack have some entries left?
                if (!$this->isUrlStackEmpty()) {
-                       // Nothing to handle here
+                       /*
+                        * Handle next entry. This method will be called very often, so need
+                        * to process more than one entry at a time.
+                        */
                        $this->processNextEntry();
-               } elseif ($this->
+               } // @TODO elseif ($this->
 
                $this->partialStub('Please implement this method.');
        }