]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_source/class_CrawlerUrlSourceLocalStartTask.php
Added classes for crawler sources + rewrote 'Source' interface + added more interface...
[hub.git] / application / hub / main / tasks / crawler / url_source / class_CrawlerUrlSourceLocalStartTask.php
index 0972f062a06b58e0a6fe0c9212d1f39b442175ef..9fdb71d1dd90054bb62a6ec6cd2631ca51626fca 100644 (file)
@@ -61,10 +61,10 @@ class CrawlerUrlSourceLocalStartTask extends BaseTask implements Taskable, Visit
         * 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();
        }
 }