Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Wed, 29 Jun 2016 19:47:58 +0000 (21:47 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 29 Jun 2016 19:47:58 +0000 (21:47 +0200)
commitb533086a1f68ee6223aedad543cd8943352f8e31
tree94216afeb761562fecbbd37ea220dee6fbb11e47
parent4ea53a936218cc17c3be1f903556968cb45399d1
Continued a bit:
- config-hubmaster.php is long time deprecated (from very early days) and the
  'hub' project is the only one using it, so why keep it around?
- Some (needed by FrameworkInterface) methods now throw an
  UnsupportedOperationException indicating that they are not implemented.
- Constructors are not even returning void, they are constructors (no real method)

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config/class_FrameworkConfiguration.php
inc/config/config-hubmaster.php
inc/main/classes/class_FrameworkArrayObject.php