Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 07:55:19 +0000 (08:55 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 07:55:19 +0000 (08:55 +0100)
commit5e0cb5baf0c78f49644b96da6bd7a2821590526d
tree7329e13c5e39aab33d42a097575252d75b3156bc
parent2218902056efcf9a2c66fe7c24995e066bd7cd11
Continued:
- ObjectFactoty is now final, extend BaseFactory instead and if you still need
  to invoke methods, just do it the normal way
- this allows better unit-testing

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/factories/client/class_ClientFactory.php
framework/main/classes/factories/database/class_DatabaseFrontendFactory.php
framework/main/classes/factories/index/class_FileStackIndexFactory.php
framework/main/classes/factories/login/class_LoginFactory.php
framework/main/classes/factories/registry/class_SocketRegistryFactory.php
framework/main/classes/factories/stacks/class_FileStackFactory.php
framework/main/classes/factories/user/class_UserFactory.php
framework/main/classes/factories/xml/class_XmlTemplateEngineFactory.php