]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 03:14:09 +0000 (04:14 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 03:14:09 +0000 (04:14 +0100)
commit8a70226bd287a3f13b27932e2ec88d16c51c7e39
tree0f1c48420fd276b6322caae45a9e3b8cdf1a2449
parent6933805f6517e22a56f0c6cb3a6c8d8f26e72c73
Continued:
- moved language instance methods from monolithic and wrong registry-usage to
  FrameworkBootstrap
- added type-hints for primitive variables (also maybe in last 3 commits)

Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
framework/bootstrap/class_FrameworkBootstrap.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/commands/class_BaseCommand.php
framework/main/classes/commands/html/class_HtmlConfirmCommand.php
framework/main/classes/commands/html/class_HtmlHomeCommand.php
framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php
framework/main/classes/commands/html/class_HtmlLoginCommand.php
framework/main/classes/commands/html/class_HtmlLoginFailedCommand.php
framework/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
framework/main/classes/commands/html/class_HtmlRegisterCommand.php
framework/main/classes/commands/html/class_HtmlStatusCommand.php
framework/main/classes/helper/html/blocks/class_HtmlBlockHelper.php
framework/main/classes/helper/html/links/class_HtmlLinkHelper.php
framework/main/classes/language/class_LanguageSystem.php
framework/main/classes/response/class_BaseResponse.php
framework/main/classes/utils/number/class_NumberUtils.php