Introduced namespaces:
authorRoland Haeder <roland@mxchange.org>
Mon, 13 Feb 2017 19:08:26 +0000 (20:08 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:09:54 +0000 (22:09 +0100)
commit5f76c56b6b0f1f2fe62e04bf568e17323b67c946
tree4eef49f51e0c7f9d8292b00b82c3adae7e08fcf4
parentfe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280
Introduced namespaces:
- always use this pattern CoreFramework\Foo[\Bar] for namespaces
- added lots of namespaces (breaks all stuff)
- added "import" for FrameworkInterface

Signed-off-by: Roland Häder <roland@mxchange.org>
79 files changed:
inc/config/class_FrameworkConfiguration.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/factories/logger/class_LoggerFactory.php
inc/main/classes/helper/captcha/class_BaseCaptcha.php
inc/main/classes/helper/captcha/web/class_GraphicalCodeCaptcha.php
inc/main/classes/helper/class_BaseHelper.php
inc/main/classes/lists/class_BaseList.php
inc/main/classes/mailer/class_BaseMailer.php
inc/main/classes/registry/class_
inc/main/classes/registry/class_BaseRegistry.php
inc/main/classes/registry/generic/class_Registry.php
inc/main/classes/registry/sub/class_SubRegistry.php
inc/main/classes/resolver/class_BaseResolver.php
inc/main/classes/rng/class_RandomNumberGenerator.php
inc/main/exceptions/database/local_file/class_SavePathIsEmptyException.php
inc/main/exceptions/file_directory/class_InvalidResourceException.php
inc/main/exceptions/file_directory/class_PathIsEmptyException.php
inc/main/exceptions/language/class_LanguagePathIsEmptyException.php
inc/main/exceptions/main/class_DimNotFoundInArrayException.php
inc/main/exceptions/main/class_InvalidObjectException.php
inc/main/exceptions/main/class_NullPointerException.php
inc/main/exceptions/main/class_ResponseHeadersAlreadySentException.php
inc/main/exceptions/main/class_UnsupportedOperationException.php
inc/main/exceptions/template/class_BasePathIsEmptyException.php
inc/main/exceptions/template/class_UnsupportedTemplateEngineException.php
inc/main/interfaces/actions/class_PerformableAction.php
inc/main/interfaces/application/class_ManageableApplication.php
inc/main/interfaces/auth/class_Authorizeable.php
inc/main/interfaces/block/class_Block.php
inc/main/interfaces/cache/class_Cacheable.php
inc/main/interfaces/captcha/class_SolveableCaptcha.php
inc/main/interfaces/class_
inc/main/interfaces/class_FrameworkInterface.php
inc/main/interfaces/client/class_Client.php
inc/main/interfaces/compressor/class_Compressor.php
inc/main/interfaces/controller/class_Controller.php
inc/main/interfaces/criteria/class_Criteria.php
inc/main/interfaces/criteria/extended/class_AddableCriteria.php
inc/main/interfaces/crypto/class_Cryptable.php
inc/main/interfaces/database/class_DatabaseWrapper.php
inc/main/interfaces/database/class_FrameworkDatabase.php
inc/main/interfaces/database/class_Updateable.php
inc/main/interfaces/debug/class_Debugger.php
inc/main/interfaces/discovery/class_Discoverable.php
inc/main/interfaces/feature/class_Feature.php
inc/main/interfaces/filesystem/class_Filesystem.php
inc/main/interfaces/filter/class_Filterable.php
inc/main/interfaces/handler/class_Handleable.php
inc/main/interfaces/helper/class_Helper.php
inc/main/interfaces/index/class_Indexable.php
inc/main/interfaces/io/class_CloseableFile.php
inc/main/interfaces/io/class_FilePointer.php
inc/main/interfaces/io/class_Streamable.php
inc/main/interfaces/io/directory/class_FrameworkDirectory.php
inc/main/interfaces/io/file/handler/class_IoHandler.php
inc/main/interfaces/language/class_ManageableLanguage.php
inc/main/interfaces/listener/class_Listenable.php
inc/main/interfaces/lists/class_Listable.php
inc/main/interfaces/login/class_LoginableUser.php
inc/main/interfaces/mailer/class_DeliverableMail.php
inc/main/interfaces/menu/class_RenderableMenu.php
inc/main/interfaces/parser/class_Parseable.php
inc/main/interfaces/reader/class_ReadableNews.php
inc/main/interfaces/registry/class_Register.php
inc/main/interfaces/registry/class_Registerable.php
inc/main/interfaces/request/class_Requestable.php
inc/main/interfaces/resolver/class_Resolver.php
inc/main/interfaces/response/class_Responseable.php
inc/main/interfaces/result/class_SearchableResult.php
inc/main/interfaces/stacker/class_Stackable.php
inc/main/interfaces/state/class_Stateable.php
inc/main/interfaces/streams/class_Stream.php
inc/main/interfaces/tasks/class_Taskable.php
inc/main/interfaces/template/class_CompileableTemplate.php
inc/main/interfaces/template/view/class_ViewHelper.php
inc/main/interfaces/user/class_ManageableAccount.php
inc/main/interfaces/visitor/class_Visitable.php
inc/main/interfaces/visitor/class_Visitor.php
inc/main/middleware/io/class_FileIoHandler.php