]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Feb 2017 18:58:40 +0000 (19:58 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:11:02 +0000 (22:11 +0100)
commit6e0f0121a45058e64816ef6d1c621ba4218c1095
treef11bd0f9127c35dfb15fa79e2e23e3d0388bc68a
parente2c64b8dbc2e98f397b93152bab1f601df9c758e
Continued:
- added generic test on loading classes configured in some_foo_class entries
- now you can see, why "_class" must be set
- added method getConfigurationArray() in FrameworkConfiguration which returns
  the whole configuration array ...
- added "import" of XmlParser + fixed config entry with namespace
- added "import" of BaseParser and Parseable

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/config.php
framework/config/class_FrameworkConfiguration.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php
framework/main/classes/parser/xml/class_XmlParser.php
framework/main/classes/template/image/class_ImageTemplateEngine.php
framework/main/classes/template/mail/class_MailTemplateEngine.php
framework/main/classes/template/menu/class_MenuTemplateEngine.php
framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php