]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/city_daemon/class_
Continued:
[city.git] / application / city / classes / city_daemon / class_
index bf92a57d2557f40db3a50d68a99a2a8e357e9e10..a909f857da432fb52526d0380459d30d9ba3ecb6 100644 (file)
@@ -7,6 +7,7 @@ use Org\Mxchange\City\Helper\CityHelper;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Handler\Task\HandleableTask;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 use Org\Mxchange\CoreFramework\Registry\Registerable;
 use Org\Mxchange\CoreFramework\Request\Requestable;
 
@@ -71,7 +72,7 @@ class Simulation???CityDaemon extends BaseCity implements CityHelper, Registerab
        public function doBootstrapping () {
                // Call generic (parent) bootstrapping method first
                parent::doGenericBootstrapping();
-               $this->partialStub('Please implement this method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Please implement this method.');
        }
 
        /**
@@ -81,7 +82,7 @@ class Simulation???CityDaemon extends BaseCity implements CityHelper, Registerab
         * @todo        Implement this method
         */
        public function initQueues () {
-               $this->partialStub('Please implement this method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Please implement this method.');
        }
 
        /**
@@ -101,6 +102,6 @@ class Simulation???CityDaemon extends BaseCity implements CityHelper, Registerab
         * @todo        0% done
         */
        public function addExtraTasks (HandleableTask $handlerInstance) {
-               $this->partialStub('Please add some tasks or empty this method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Please add some tasks or empty this method.');
        }
 }