]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 1 Dec 2020 23:36:50 +0000 (00:36 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Dec 2020 23:36:50 +0000 (00:36 +0100)
commitfcf4d2298dd734a93fe99aede7d374e80d39f9ec
treed69706ed405a2906b8618ab025ab004e31986d8a
parent2b0e7f20e7d554a5675c3268db6de3dd3ab3421d
Continued:
- Removed monolithic BaseFrameworkSystem->flushPendingUpdates()
- REFACTURING: moved some instances to traits, will continue with other
  instances after these have been tested

Signed-off-by: Roland Häder <roland@mxchange.org>
20 files changed:
framework/loader/class_ClassLoader.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/discovery/payment/class_LocalPaymentDiscovery.php
framework/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php
framework/main/classes/filter/update/class_UserUpdateFilter.php
framework/main/classes/points/class_UserPoints.php
framework/main/classes/reader/class_ConsoleNewsReader.php
framework/main/classes/reader/class_DefaultNewsReader.php
framework/main/classes/user/class_BaseUser.php
framework/main/classes/user/guest/class_Guest.php
framework/main/classes/user/member/class_Member.php
framework/main/interfaces/io/file/handler/class_IoHandler.php
framework/main/middleware/class_BaseMiddleware.php
framework/main/middleware/io/class_FileIoHandler.php
framework/main/traits/crypto/class_CryptoTrait.php [new file with mode: 0644]
framework/main/traits/manager/account/class_ManageableAccountTrait.php [new file with mode: 0644]
framework/main/traits/result/search/class_SearchableResultTrait.php [new file with mode: 0644]
framework/main/traits/streamer/file/input/class_FileInputStreamerTrait.php [new file with mode: 0644]
framework/main/traits/streamer/file/output/class_FileOutputStreamerTrait.php [new file with mode: 0644]
framework/main/traits/streamer/output/class_OutputStreamerTrait.php [new file with mode: 0644]