]> git.mxchange.org Git - core.git/commit - inc/main/classes/factories/objects/class_ObjectFactory.php
Continued with debugging:
authorRoland Haeder <roland@mxchange.org>
Thu, 23 Feb 2017 21:00:39 +0000 (22:00 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commitd039c03a31f4223ba124c69aed9a58f2dccefdb6
treef3882e54957214ff8bbba9986f29e3c1775ec2ab
parentde1f271c2bdb43725f6671ea6588a44cf33bf091
Continued with debugging:
- added exception InvalidClassNameException which is only being thrown by
  ObjectFactory when the given class name is not following naming convention.
  This is now strictly applied to all objects being created by that factory.
- introduced stripNamespaceFromClassName()

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/factories/objects/class_ObjectFactory.php
inc/main/exceptions/main/class_InvalidClassNameException.php [new file with mode: 0644]