]> git.mxchange.org Git - city.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 07:52:03 +0000 (08:52 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 20:31:47 +0000 (21:31 +0100)
commit8a0e2f9c53bbdd4f85ccdbdaee324ee7bfb7b862
tree9624bff7d2af82eb0a4ce88df99d8aba8fac3e5f
parentc60b02f7c1f6333d904cd3c13d9eeb7e62ec4d5d
Continued:
- Application instance in generic registry was a little of an overdoze when
  there is ApplicationHelper::getSelfInstance() around, this means lesser
  method invocations and a bit smaller footprint (one registry entry lesser)
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
12 files changed:
application/city/classes/city_daemon/class_BaseCityDaemon.php
application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php
application/city/classes/commands/console/class_CityConsoleDaemonCommand.php
application/city/classes/commands/html/class_CityHtmlConfirmCommand.php
application/city/classes/commands/html/class_CityHtmlLoginAreaCommand.php
application/city/classes/commands/html/class_CityHtmlLoginCommand.php
application/city/classes/commands/html/class_CityHtmlLoginFailedCommand.php
application/city/classes/commands/html/class_CityHtmlLogoutDoneCommand.php
application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php
application/city/classes/factories/city_daemon/class_CityDaemonFactory.php
core
index.php