]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php
Updated 'core'.
[hub.git] / application / hub / main / source / urls / class_CrawlerFoundRssUrlSource.php
index d77847c2cd758311ba2e1f95573d7065138721c6..cad4691e7f38f37fcc9459bda498348a8e97d4d1 100644 (file)
@@ -49,18 +49,12 @@ class CrawlerFoundRssUrlSource extends BaseUrlSource implements UrlSource, Regis
        }
 
        /**
-        * Processes entries in the stack.
+        * Fills the URL stack with new entries from source
         *
         * @return      void
-        * @todo        ~10% done
+        * @todo        0% done
         */
-       public function processStack () {
-               // Does the stack have some entries left?
-               if ($this->isUrlStackEmpty()) {
-                       // Nothing to handle here
-                       return;
-               } // END - if
-
+       public function fillUrlStack () {
                $this->partialStub('Please implement this method.');
        }
 }