Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 00:21:38 +0000 (01:21 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 00:21:38 +0000 (01:21 +0100)
commit9a7a272f04e54537aaf30c282598c1742fe0ad88
treea1d3ac9aefd296cdd883eae39d027eecb1123c03
parent977b9bbb804eda74ad2d819d1de082933dd0bb08
Continued:
- REFACTURING: added more traits from monolithic BaseFrameworkSystem class

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/handler/tasks/class_TaskHandler.php
framework/main/classes/index/class_BaseIndex.php
framework/main/classes/lists/class_BaseList.php
framework/main/classes/registry/class_BaseRegistry.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/interfaces/lists/class_Listable.php
framework/main/traits/iterator/class_IteratorTrait.php [new file with mode: 0644]
framework/main/traits/stream/input/class_InputStreamTrait.php [new file with mode: 0644]
framework/main/traits/stream/output/class_OutputStreamTrait.php [new file with mode: 0644]