]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php
Continued:
[city.git] / application / city / classes / city_daemon / default / class_SimulationDefaultCityDaemon.php
index a2c693a35d53e6cb1ef8937a9e43eb9c2014b05f..dcfe72600b15d63da08535fe74f00229724627dc 100644 (file)
@@ -10,6 +10,7 @@ use Org\Mxchange\City\Helper\CityHelper;
 use Org\Mxchange\CoreFramework\Factory\Object\ObjectFactory;
 use Org\Mxchange\CoreFramework\Handler\Task\HandleableTask;
 use Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 use Org\Mxchange\CoreFramework\Registry\GenericRegistry;
 use Org\Mxchange\CoreFramework\Registry\Registerable;
 use Org\Mxchange\CoreFramework\Request\Requestable;
@@ -68,7 +69,7 @@ class SimulationDefaultCityDaemon extends BaseCityDaemon implements CityHelper,
         * @todo        Implement this method
         */
        public function doBootstrapping () {
-               $this->partialStub();
+               DebugMiddleware::getSelfInstance()->partialStub();
        }
 
        /**
@@ -87,7 +88,7 @@ class SimulationDefaultCityDaemon extends BaseCityDaemon implements CityHelper,
                // @TODO $controllerInstance->addActivationFilter(ObjectFactory::createObjectByConfiguredName('city_foo_task_filter_class'));
 
                // @TODO Add some filters here
-               $this->partialStub('Add some filters here.');
+               DebugMiddleware::getSelfInstance()->partialStub('Add some filters here.');
        }
 
        /**
@@ -98,6 +99,6 @@ class SimulationDefaultCityDaemon extends BaseCityDaemon implements CityHelper,
         * @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.');
        }
 }