]> git.mxchange.org Git - core.git/commit - framework/main/classes/commands/html/class_HtmlLoginCommand.php
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 07:48:31 +0000 (08:48 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 07:48:31 +0000 (08:48 +0100)
commit98ced4f4bc205820b42b6e09f9255792fdf6fcb5
tree526602156d506847260cbe69f93c344561e8d2bf
parent196ab0fc031d6987c87e8c5d257c39f664ec9151
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)

Signed-off-by: Roland Häder <roland@mxchange.org>
41 files changed:
framework/main/classes/application/class_BaseApplication.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_HtmlResendLinkCommand.php
framework/main/classes/commands/html/class_HtmlStatusCommand.php
framework/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
framework/main/classes/controller/html/form/class_HtmlDoFormController.php
framework/main/classes/criteria/class_BaseCriteria.php
framework/main/classes/file_directories/directory/class_FrameworkDirectoryPointer.php
framework/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
framework/main/classes/helper/captcha/images/class_ImageHelper.php
framework/main/classes/helper/html/links/class_HtmlLinkHelper.php
framework/main/classes/images/class_BaseImage.php
framework/main/classes/language/class_LanguageSystem.php
framework/main/classes/mailer/debug/class_DebugMailer.php
framework/main/classes/menu/class_BaseMenu.php
framework/main/classes/output/console/class_ConsoleOutput.php
framework/main/classes/resolver/action/class_BaseActionResolver.php
framework/main/classes/resolver/class_BaseResolver.php
framework/main/classes/resolver/controller/class_BaseControllerResolver.php
framework/main/classes/response/class_BaseResponse.php
framework/main/classes/response/html/class_HtmlResponse.php
framework/main/classes/response/image/class_ImageResponse.php
framework/main/classes/template/class_BaseTemplateEngine.php
framework/main/classes/template/console/class_ConsoleTemplateEngine.php
framework/main/classes/template/html/class_HtmlTemplateEngine.php
framework/main/classes/template/image/class_ImageTemplateEngine.php
framework/main/classes/template/mail/class_MailTemplateEngine.php
framework/main/classes/template/menu/class_MenuTemplateEngine.php
framework/main/classes/template/xml/class_BaseXmlTemplateEngine.php
framework/main/classes/user/class_BaseUser.php
framework/main/classes/visitor/class_BaseVisitor.php
framework/main/interfaces/response/class_Responseable.php
framework/main/third_party/api/wernisportal/class_WernisApi.php