]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceRssStartTask.php
Added classes for crawler sources + rewrote 'Source' interface + added more interface...
[hub.git] / application / hub / main / tasks / crawler / url_source / class_CrawlerUrlSourceRssStartTask.php
index fd1a77d45e891e232777a744c85b930bf9819018..413c7ad5d83503f293bca55d5af61b07770b55f1 100644 (file)
@@ -61,10 +61,10 @@ class CrawlerUrlSourceRssStartTask extends BaseTask implements Taskable, Visitab
         * Executes the task
         *
         * @return      void
-        * @todo        0%
         */
        public function executeTask () {
-               $this->partialStub('Unimplemented task.');
+               // Get the URL source instance and announce us
+               UrlSourceObjectFactory::createUrlSourceInstance($this)->processStack();
        }
 }