]> 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 7300b36dc1edee190af184155b0371c2a3702932..cad4691e7f38f37fcc9459bda498348a8e97d4d1 100644 (file)
@@ -49,12 +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        0% done
         */
-       public function processStack () {
+       public function fillUrlStack () {
                $this->partialStub('Please implement this method.');
        }
 }