]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/crawler/booting/class_CrawlerBootingState.php
Updated 'core'.
[hub.git] / application / hub / main / states / crawler / booting / class_CrawlerBootingState.php
index a6e46e54490f01f95d4b4d13d4171885db8d682e..6edbdbbd78aa94116e40effc07bffc9fc8cf5663 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -38,16 +38,12 @@ class CrawlerBootingState extends BaseCrawlerState implements Stateable {
        /**
         * Creates an instance of this class
         *
-        * @param       $crawlerInstance        An instance of a Crawler class
-        * @return      $stateInstance          An instance of a Stateable class
+        * @return      $stateInstance  An instance of a Stateable class
         */
-       public static final function createCrawlerBootingState (Crawler $crawlerInstance) {
+       public static final function createCrawlerBootingState () {
                // Get new instance
                $stateInstance = new CrawlerBootingState();
 
-               // Set the crawler instance
-               $stateInstance->setCrawlerInstance($crawlerInstance);
-
                // Return the prepared instance
                return $stateInstance;
        }