Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 7 Jan 2021 23:48:44 +0000 (00:48 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 7 Jan 2021 23:48:44 +0000 (00:48 +0100)
commit4966b4ec26e66d4ebd459ad4b75d3f520bdc6681
tree22b0154b981cbbaa5b172e6451956920f12bd285
parent26a7b8b3c66456617d23f38f61079cf5a2fac491
Continued:
- rewrote a bit class loader, it used both
  FrameworkBootstrap::getConfigurationInstance() and a copied instance to get
  configuration entries, now only the former one is used
- moved constants to interface BinaryFile

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/loader/class_ClassLoader.php
framework/main/classes/file_directories/binary/class_BaseBinaryFile.php
framework/main/classes/index/file/class_BaseFileIndex.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/interfaces/filesystem/binary/class_BinaryFile.php