update copyright as changes will happen this year
authorRoland Haeder <roland@mxchange.org>
Mon, 13 Feb 2017 18:42:11 +0000 (19:42 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:09:54 +0000 (22:09 +0100)
commitfe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280
treec9cdb18ca88ccf1b84a17bfa3750d97ec0d5ccc8
parent9d1de68caa0fb93f1862f1f8d3939aa15405cee7
update copyright as changes will happen this year

Signed-off-by: Roland Häder <roland@mxchange.org>
481 files changed:
application/tests/class_ApplicationHelper.php
application/tests/config.php
application/tests/data.php
application/tests/debug.php
application/tests/exceptions.php
application/tests/init.php
application/tests/loader.php
application/tests/starter.php
contrib/update_year.sh
inc/config.php
inc/config/class_FrameworkConfiguration.php
inc/config/config-local.php-dist
inc/database.php
inc/database/lib-local.php
inc/includes.php
inc/loader/class_ClassLoader.php
inc/main/classes/actions/class_
inc/main/classes/actions/class_BaseAction.php
inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php
inc/main/classes/application/class_BaseApplication.php
inc/main/classes/auth/class_CookieAuth.php
inc/main/classes/cache/class_MemoryCache.php
inc/main/classes/class_
inc/main/classes/class_Base
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/class_FrameworkArrayObject.php
inc/main/classes/client/class_
inc/main/classes/client/class_BaseClient.php
inc/main/classes/client/http/class_HttpClient.php
inc/main/classes/commands/class_
inc/main/classes/commands/class_BaseCommand.php
inc/main/classes/commands/console/class_Console
inc/main/classes/commands/console/class_ConsoleFuseCommand.php
inc/main/classes/commands/html/class_Html
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/commands/html/class_HtmlDoFormCommand.php
inc/main/classes/commands/html/class_HtmlHomeCommand.php
inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
inc/main/classes/commands/html/class_HtmlLoginCommand.php
inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php
inc/main/classes/commands/html/class_HtmlLogoutCommand.php
inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
inc/main/classes/commands/html/class_HtmlProblemCommand.php
inc/main/classes/commands/html/class_HtmlRegisterCommand.php
inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
inc/main/classes/commands/html/class_HtmlStatusCommand.php
inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
inc/main/classes/compressor/class_Bzip2Compressor.php
inc/main/classes/compressor/class_GzipCompressor.php
inc/main/classes/compressor/class_NullCompressor.php
inc/main/classes/compressor/class_ZlibCompressor.php
inc/main/classes/console/class_ConsoleTools.php
inc/main/classes/container/class_
inc/main/classes/container/class_BaseContainer.php
inc/main/classes/container/socket/class_SocketContainer.php
inc/main/classes/controller/class_
inc/main/classes/controller/class_BaseController.php
inc/main/classes/controller/console/class_ConsoleDefaultController.php
inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php
inc/main/classes/controller/html/class_Html
inc/main/classes/controller/html/class_HtmlConfirmController.php
inc/main/classes/controller/html/class_HtmlDefaultController.php
inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlLoginController.php
inc/main/classes/controller/html/class_HtmlLoginFailedController.php
inc/main/classes/controller/html/class_HtmlLogoutController.php
inc/main/classes/controller/html/class_HtmlLogoutDoneController.php
inc/main/classes/controller/html/class_HtmlRegisterController.php
inc/main/classes/controller/html/class_HtmlStatusController.php
inc/main/classes/controller/html/form/class_HtmlDoFormController.php
inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php
inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php
inc/main/classes/controller/image/class_ImageDefaultController.php
inc/main/classes/criteria/class_BaseCriteria.php
inc/main/classes/criteria/dataset/class_DataSetCriteria.php
inc/main/classes/criteria/search/class_SearchCriteria.php
inc/main/classes/criteria/update/class_UpdateCriteria.php
inc/main/classes/crypto/class_CryptoHelper.php
inc/main/classes/database/backend/class_CachedLocalFileDatabase.php
inc/main/classes/database/class_
inc/main/classes/database/class_BaseDatabaseBackend.php
inc/main/classes/database/class_BaseDatabaseResult.php
inc/main/classes/database/class_BaseDatabaseWrapper.php
inc/main/classes/database/frontend/class_NewsDatabaseWrapper.php
inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php
inc/main/classes/database/frontend/class_UserDatabaseWrapper.php
inc/main/classes/database/frontend/class_UserPointsDatabaseWrapper.php
inc/main/classes/database/result/class_CachedDatabaseResult.php
inc/main/classes/decorator/class_BaseDecorator.php
inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php
inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php
inc/main/classes/discovery/class_
inc/main/classes/discovery/class_BaseDiscovery.php
inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php
inc/main/classes/factories/cache/class_CacheFactory.php
inc/main/classes/factories/class_
inc/main/classes/factories/class_BaseFactory.php
inc/main/classes/factories/client/class_ClientFactory.php
inc/main/classes/factories/database/class_DatabaseWrapperFactory.php
inc/main/classes/factories/html/class_HtmlNewsFactory.php
inc/main/classes/factories/index/class_FileStackIndexFactory.php
inc/main/classes/factories/logger/class_LoggerFactory.php
inc/main/classes/factories/login/class_LoginFactory.php
inc/main/classes/factories/objects/class_ObjectFactory.php
inc/main/classes/factories/registry/class_SocketRegistryFactory.php
inc/main/classes/factories/stacks/class_FileStackFactory.php
inc/main/classes/factories/user/class_UserFactory.php
inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php
inc/main/classes/feature/class_
inc/main/classes/feature/class_BaseFeature.php
inc/main/classes/feature/class_FrameworkFeature.php
inc/main/classes/feature/fuse/class_FuseFeature.php
inc/main/classes/file_directories/binary/class_BaseBinaryFile.php
inc/main/classes/file_directories/binary/index/class_IndexFile.php
inc/main/classes/file_directories/binary/stack/class_StackFile.php
inc/main/classes/file_directories/class_BaseAbstractFile.php
inc/main/classes/file_directories/class_BaseFileIo.php
inc/main/classes/file_directories/directory/class_FrameworkDirectoryPointer.php
inc/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
inc/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
inc/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
inc/main/classes/file_directories/io_stream/class_FileIoStream.php
inc/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
inc/main/classes/file_directories/text/class_BaseTextFile.php
inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php
inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php
inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php
inc/main/classes/filesystem/class_
inc/main/classes/filesystem/class_BaseFilesystem.php
inc/main/classes/filter/auth/class_UserAuthFilter.php
inc/main/classes/filter/change/class_EmailChangeFilter.php
inc/main/classes/filter/change/class_PasswordChangeFilter.php
inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php
inc/main/classes/filter/class_
inc/main/classes/filter/class_BaseFilter.php
inc/main/classes/filter/class_BaseFilterDecorator.php
inc/main/classes/filter/class_FilterChain.php
inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php
inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php
inc/main/classes/filter/news/class_NewsDownloadFilter.php
inc/main/classes/filter/news/class_NewsProcessFilter.php
inc/main/classes/filter/null/class_NullFilter.php
inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php
inc/main/classes/filter/update/class_UserUpdateFilter.php
inc/main/classes/filter/validator/class_EmailValidatorFilter.php
inc/main/classes/filter/validator/class_PasswordValidatorFilter.php
inc/main/classes/filter/validator/class_UserNameValidatorFilter.php
inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php
inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php
inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php
inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php
inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php
inc/main/classes/fuse/class_FrameworkFuseWrapper.php
inc/main/classes/handler/class_
inc/main/classes/handler/class_BaseHandler.php
inc/main/classes/handler/raw_data/class_
inc/main/classes/handler/raw_data/class_BaseDataHandler.php
inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php
inc/main/classes/handler/tasks/class_TaskHandler.php
inc/main/classes/helper/captcha/class_
inc/main/classes/helper/captcha/class_BaseCaptcha.php
inc/main/classes/helper/captcha/images/class_ImageHelper.php
inc/main/classes/helper/captcha/web/class_GraphicalCodeCaptcha.php
inc/main/classes/helper/class_
inc/main/classes/helper/class_BaseHelper.php
inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php
inc/main/classes/helper/html/class_
inc/main/classes/helper/html/class_BaseHtmlHelper.php
inc/main/classes/helper/html/forms/class_HtmlFormHelper.php
inc/main/classes/helper/html/links/class_HtmlLinkHelper.php
inc/main/classes/helper/login/class_BaseLoginHelper.php
inc/main/classes/images/class_
inc/main/classes/images/class_BaseImage.php
inc/main/classes/images/extended/class_PngImage.php
inc/main/classes/index/class_
inc/main/classes/index/class_BaseIndex.php
inc/main/classes/index/file_stack/class_FileStackIndex.php
inc/main/classes/iterator/class_
inc/main/classes/iterator/class_BaseIterator.php
inc/main/classes/iterator/default/class_DefaultIterator.php
inc/main/classes/iterator/file/class_FileIterator.php
inc/main/classes/language/class_LanguageSystem.php
inc/main/classes/listener/class_
inc/main/classes/listener/class_BaseListener.php
inc/main/classes/listener/class_BaseListenerDecorator.php
inc/main/classes/listener/socket/class_SocketFileListener.php
inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php
inc/main/classes/lists/class_
inc/main/classes/lists/class_BaseList.php
inc/main/classes/lists/groups/class_ListGroupList.php
inc/main/classes/lists/tasks/class_TaskList.php
inc/main/classes/mailer/class_
inc/main/classes/mailer/class_BaseMailer.php
inc/main/classes/mailer/debug/class_DebugMailer.php
inc/main/classes/output/class_
inc/main/classes/output/class_BaseOutput.php
inc/main/classes/output/console/class_ConsoleOutput.php
inc/main/classes/output/debug/class_BaseDebugOutput.php
inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php
inc/main/classes/output/debug/web/class_DebugWebOutput.php
inc/main/classes/output/web/class_WebOutput.php
inc/main/classes/parser/class_
inc/main/classes/parser/class_BaseParser.php
inc/main/classes/parser/xml/class_XmlParser.php
inc/main/classes/points/class_UserPoints.php
inc/main/classes/reader/class_ConsoleNewsReader.php
inc/main/classes/reader/class_DefaultNewsReader.php
inc/main/classes/registration/class_BaseRegistration.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/request/class_
inc/main/classes/request/class_BaseRequest.php
inc/main/classes/request/console/class_ConsoleRequest.php
inc/main/classes/request/html/class_HtmlRequest.php
inc/main/classes/resolver/action/class_BaseActionResolver.php
inc/main/classes/resolver/action/html/class_HtmlActionResolver.php
inc/main/classes/resolver/class_
inc/main/classes/resolver/class_BaseResolver.php
inc/main/classes/resolver/command/class_BaseCommandResolver.php
inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php
inc/main/classes/resolver/command/html/class_Html
inc/main/classes/resolver/command/html/class_HtmlCommandResolver.php
inc/main/classes/resolver/command/image/class_ImageCommandResolver.php
inc/main/classes/resolver/controller/class_BaseControllerResolver.php
inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php
inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php
inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php
inc/main/classes/response/class_BaseResponse.php
inc/main/classes/response/console/class_ConsoleResponse.php
inc/main/classes/response/html/class_HtmlResponse.php
inc/main/classes/response/image/class_ImageResponse.php
inc/main/classes/rng/class_RandomNumberGenerator.php
inc/main/classes/stacker/class_
inc/main/classes/stacker/class_BaseStacker.php
inc/main/classes/stacker/fifo/class_FiFoStacker.php
inc/main/classes/stacker/file/class_
inc/main/classes/stacker/file/class_BaseFileStack.php
inc/main/classes/stacker/file/fifo/class_FiFoFileStack.php
inc/main/classes/stacker/filo/class_FiLoStacker.php
inc/main/classes/states/class_
inc/main/classes/states/class_BaseState.php
inc/main/classes/streams/class_BaseStream.php
inc/main/classes/streams/crypto/class_McryptStream.php
inc/main/classes/tasks/class_
inc/main/classes/tasks/class_BaseTask.php
inc/main/classes/tasks/idle/class_IdleLoopTask.php
inc/main/classes/template/class_
inc/main/classes/template/class_BaseTemplateEngine.php
inc/main/classes/template/console/class_ConsoleTemplateEngine.php
inc/main/classes/template/html/class_HtmlTemplateEngine.php
inc/main/classes/template/image/class_ImageTemplateEngine.php
inc/main/classes/template/mail/class_MailTemplateEngine.php
inc/main/classes/template/menu/class_MenuTemplateEngine.php
inc/main/classes/user/class_BaseUser.php
inc/main/classes/user/guest/class_Guest.php
inc/main/classes/user/member/class_Member.php
inc/main/classes/visitor/class_
inc/main/classes/visitor/class_BaseVisitor.php
inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php
inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php
inc/main/exceptions/actions/class_InvalidActionException.php
inc/main/exceptions/auth/class_UserAuthorizationException.php
inc/main/exceptions/base64/class_Base64EncodingBadException.php
inc/main/exceptions/base64/class_Base64EncodingModuloException.php
inc/main/exceptions/class_
inc/main/exceptions/class_FrameworkException.php
inc/main/exceptions/compressor/class_MismatchingCompressorsException.php
inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php
inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
inc/main/exceptions/config/class_NoConfigEntryException.php
inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
inc/main/exceptions/controller/class_DefaultControllerException.php
inc/main/exceptions/controller/class_InvalidControllerException.php
inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php
inc/main/exceptions/crypto/class_EncryptMissingException.php
inc/main/exceptions/database/class_
inc/main/exceptions/database/class_DatabaseException.php
inc/main/exceptions/database/general/class_SqlException.php
inc/main/exceptions/database/local_file/class_SavePathIsEmptyException.php
inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php
inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php
inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php
inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php
inc/main/exceptions/file_directory/class_FileIoException.php
inc/main/exceptions/file_directory/class_FileIsEmptyException.php
inc/main/exceptions/file_directory/class_FileNotFoundException.php
inc/main/exceptions/file_directory/class_FileReadProtectedException.php
inc/main/exceptions/file_directory/class_FileWriteProtectedException.php
inc/main/exceptions/file_directory/class_InvalidDataLengthException.php
inc/main/exceptions/file_directory/class_InvalidMD5ChecksumException.php
inc/main/exceptions/file_directory/class_InvalidResourceException.php
inc/main/exceptions/file_directory/class_PathIsEmptyException.php
inc/main/exceptions/file_directory/class_PathIsNoDirectoryException.php
inc/main/exceptions/file_directory/class_PathReadProtectedException.php
inc/main/exceptions/file_directory/class_PathWriteProtectedException.php
inc/main/exceptions/filter/class_FilterChainException.php
inc/main/exceptions/filter/class_InvalidFilterChainException.php
inc/main/exceptions/helper/class_FormClosedException.php
inc/main/exceptions/helper/class_FormGroupClosedException.php
inc/main/exceptions/helper/class_FormOpenedException.php
inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php
inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php
inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php
inc/main/exceptions/helper/class_InvalidFormNameException.php
inc/main/exceptions/helper/class_NoGroupOpenedException.php
inc/main/exceptions/helper/class_UserInstanceMissingException.php
inc/main/exceptions/language/class_InvalidLanguagePathStringException.php
inc/main/exceptions/language/class_LanguagePathIsEmptyException.php
inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php
inc/main/exceptions/language/class_LanguagePathReadProtectedException.php
inc/main/exceptions/main/class_AssertionException.php
inc/main/exceptions/main/class_ClassMismatchException.php
inc/main/exceptions/main/class_DimNotFoundInArrayException.php
inc/main/exceptions/main/class_EmptyVariableException.php
inc/main/exceptions/main/class_FatalErrorException.php
inc/main/exceptions/main/class_IndexOutOfBoundsException.php
inc/main/exceptions/main/class_InvalidArrayCountException.php
inc/main/exceptions/main/class_InvalidCommandException.php
inc/main/exceptions/main/class_InvalidCommandInstanceException.php
inc/main/exceptions/main/class_InvalidInterfaceException.php
inc/main/exceptions/main/class_InvalidObjectException.php
inc/main/exceptions/main/class_MissingArrayElementsException.php
inc/main/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php
inc/main/exceptions/main/class_MissingMethodException.php
inc/main/exceptions/main/class_NoClassException.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/main/class_VariableIsNotSetException.php
inc/main/exceptions/result/class_InvalidDatabaseResultException.php
inc/main/exceptions/result/class_ResultUpdateException.php
inc/main/exceptions/socket/class_AbstractSocketException.php
inc/main/exceptions/socket/class_InvalidServerSocketException.php
inc/main/exceptions/socket/class_InvalidSocketException.php
inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php
inc/main/exceptions/socket/class_NoSocketRegisteredException.php
inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php
inc/main/exceptions/socket/class_SocketBindingException.php
inc/main/exceptions/socket/class_SocketConnectionException.php
inc/main/exceptions/socket/class_SocketCreationException.php
inc/main/exceptions/socket/class_SocketOptionException.php
inc/main/exceptions/socket/class_SocketShutdownException.php
inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php
inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php
inc/main/exceptions/stacker/class_EmptyStackerException.php
inc/main/exceptions/stacker/class_FullStackerException.php
inc/main/exceptions/stacker/class_NoStackerException.php
inc/main/exceptions/state/class_InvalidStateInstanceException.php
inc/main/exceptions/state/class_UnexpectedStateException.php
inc/main/exceptions/state/class_UnresolveableStateException.php
inc/main/exceptions/template/class_BasePathIsEmptyException.php
inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php
inc/main/exceptions/template/class_BasePathReadProtectedException.php
inc/main/exceptions/template/class_InvalidBasePathStringException.php
inc/main/exceptions/template/class_NoVariableException.php
inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php
inc/main/exceptions/template/class_UnsupportedTemplateEngineException.php
inc/main/exceptions/user/class_AccountPasswordMismatchException.php
inc/main/exceptions/user/class_UnexpectedGuestAccountException.php
inc/main/exceptions/user/class_UserEmailMissingException.php
inc/main/exceptions/user/class_UserNoGuestException.php
inc/main/exceptions/user/class_UserPasswordMismatchException.php
inc/main/exceptions/user/class_UsernameMissingException.php
inc/main/exceptions/xml/class_InvalidXmlNodeException.php
inc/main/exceptions/xml/class_XmlNodeMismatchException.php
inc/main/exceptions/xml/class_XmlParserException.php
inc/main/interfaces/actions/class_PerformableAction.php
inc/main/interfaces/actions/commands/class_Commandable.php
inc/main/interfaces/application/class_ManageableApplication.php
inc/main/interfaces/auth/class_Authorizeable.php
inc/main/interfaces/block/calculatable/class_CalculatableBlock.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/criteria/extended/class_LocalSearchCriteria.php
inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php
inc/main/interfaces/criteria/extended/class_StoreableCriteria.php
inc/main/interfaces/crypto/class_Cryptable.php
inc/main/interfaces/database/backend/class_DatabaseBackend.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/database/middleware/class_DatabaseConnector.php
inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php
inc/main/interfaces/database/wrapper/class_ManageableAccountWrapper.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/handler/class_HandleableDataSet.php
inc/main/interfaces/handler/protocol/class_HandleableProtocol.php
inc/main/interfaces/handler/task/class_HandleableTask.php
inc/main/interfaces/helper/class_Helper.php
inc/main/interfaces/helper/login/class_HelpableLogin.php
inc/main/interfaces/helper/template/class_HelpableTemplate.php
inc/main/interfaces/index/class_Indexable
inc/main/interfaces/index/class_Indexable.php
inc/main/interfaces/index/stack/class_IndexableStack.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/class_StreamableInput.php
inc/main/interfaces/io/class_StreamableOutput.php
inc/main/interfaces/io/directory/class_FrameworkDirectory.php
inc/main/interfaces/io/file/class_FileInputStreamer.php
inc/main/interfaces/io/file/class_FileOutputStreamer.php
inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php
inc/main/interfaces/io/file/handler/class_IoHandler.php
inc/main/interfaces/io/output/class_OutputStreamer.php
inc/main/interfaces/io/pointer/class_InputPointer.php
inc/main/interfaces/io/pointer/class_OutputPointer.php
inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php
inc/main/interfaces/iterator/class_SeekableWritableFileIterator.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/parser/class_Parseable.php
inc/main/interfaces/points/class_BookablePoints.php
inc/main/interfaces/reader/class_ReadableNews.php
inc/main/interfaces/registration/class_UserRegister.php
inc/main/interfaces/registry/class_Register.php
inc/main/interfaces/registry/class_Registerable.php
inc/main/interfaces/registry/socket/class_RegisterableSocket.php
inc/main/interfaces/request/class_Requestable.php
inc/main/interfaces/resolver/actions/class_ActionResolver.php
inc/main/interfaces/resolver/class_Resolver.php
inc/main/interfaces/resolver/commands/class_CommandResolver.php
inc/main/interfaces/resolver/controller/class_ControllerResolver.php
inc/main/interfaces/resolver/state/class_StateResolver.php
inc/main/interfaces/response/class_Responseable.php
inc/main/interfaces/result/class_SearchableResult.php
inc/main/interfaces/result/class_UpdateableResult.php
inc/main/interfaces/stacker/class_Stackable.php
inc/main/interfaces/stacker/file/class_StackableFile.php
inc/main/interfaces/state/class_Stateable.php
inc/main/interfaces/streams/class_Stream.php
inc/main/interfaces/streams/crypto/class_EncryptableStream.php
inc/main/interfaces/streams/input/class_InputStream.php
inc/main/interfaces/streams/output/class_OutputStream.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/user/extended/class_ManageableGuest.php
inc/main/interfaces/user/extended/class_ManageableMember.php
inc/main/interfaces/visitor/class_Visitable.php
inc/main/interfaces/visitor/class_Visitor.php
inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php
inc/main/interfaces/visitor/listener/class_ListenerVisitor.php
inc/main/interfaces/visitor/pool/class_PoolVisitor.php
inc/main/interfaces/visitor/tasks/class_TaskVisitor.php
inc/main/middleware/class_BaseMiddleware.php
inc/main/middleware/compressor/class_CompressorChannel.php
inc/main/middleware/database/class_DatabaseConnection.php
inc/main/middleware/debug/class_DebugMiddleware.php
inc/main/middleware/io/class_FileIoHandler.php
inc/main/third_party/api/wernisportal/class_WernisApi.php
inc/selector.php