Continued:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Feb 2017 19:46:05 +0000 (20:46 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:11:02 +0000 (22:11 +0100)
commit515b61f538c641f6e16d908767bcfdb18f889318
tree65f5f2748fbed4f7872853e4b521e544c9e80421
parent7e6c7982d988772a7310c082a7b5a73b5b3ca629
Continued:
- it cannot be "List" as this is reserved (list() command), so take "Lists"
- added "import" of IteratorAggregate and Countable (both SPL)
- added "import" of BaseList and Listable
- added "import" of BaseFileIo, InputPointer and OutputPointer

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
framework/config.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
framework/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
framework/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
framework/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
framework/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
framework/main/classes/handler/tasks/class_TaskHandler.php
framework/main/classes/iterator/default/class_DefaultIterator.php
framework/main/classes/lists/class_BaseList.php
framework/main/classes/lists/groups/class_ListGroupList.php
framework/main/classes/lists/tasks/class_TaskList.php
framework/main/interfaces/io/pointer/io/class_InputOutputPointer.php
framework/main/interfaces/lists/class_Listable.php