]> git.mxchange.org Git - core.git/commit - framework/main/classes/factories/class_BaseFactory.php
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 23:13:14 +0000 (00:13 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 23:13:14 +0000 (00:13 +0100)
commitb9efd06b24231e8edefcb83c3e6dca340647068b
tree6d4eee125dd4a051d36d7b25fec82725a7ee0d19
parenta5f4ff71b33335bd7386413fba0e1f1f5bdb2108
Continued:
- moved getCacheKeyByCriteria() to BaseDatabaseFrontend class, maybe not the
  final resting place, but better than in the generic, bloated
  BaseFrameworkSystem class
- Introduced BaseXmlTemplateEngine->$initMethodName to avoid an additional
  invocation of StringUtils::convertToClassName() on each invocation of
  startElement()

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/config/class_FrameworkConfiguration.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/database/frontend/class_BaseDatabaseFrontend.php
framework/main/classes/factories/class_BaseFactory.php
framework/main/classes/template/xml/class_BaseXmlTemplateEngine.php
framework/main/classes/utils/strings/class_StringUtils.php
framework/main/middleware/debug/class_DebugMiddleware.php