From 95a008a7823f28fa6a1172798e0d7565385055d4 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 20 Feb 2017 23:08:14 +0100 Subject: [PATCH] Continued: - removed more [EOF] (own old style) - removed more closing PHP tag as this is discouraged - added namespaces + some more deprecation (can be replaced with generic exceptions) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- application/tests/config.php | 3 --- application/tests/data.php | 3 --- application/tests/debug.php | 3 --- application/tests/init.php | 3 --- application/tests/starter.php | 3 --- contrib/chash/chash.php | 3 --- contrib/lfdb2/read.php | 3 --- contrib/lfdb2/write.php | 3 --- inc/config.php | 3 --- inc/database/lib-local.php | 3 --- inc/includes.php | 3 --- .../actions/html/class_HtmlLoginProfileAction.php | 4 +--- .../class_LoginAfterRegistrationAction.php | 7 ++++--- inc/main/classes/class_FrameworkArrayObject.php | 10 +++++++--- inc/main/classes/client/http/class_HttpClient.php | 7 ++++--- .../commands/console/class_ConsoleFuseCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlConfirmCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlDoFormCommand.php | 6 +++--- .../classes/commands/html/class_HtmlHomeCommand.php | 7 ++++--- .../commands/html/class_HtmlLoginAreaCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlLoginCommand.php | 4 +--- .../commands/html/class_HtmlLoginFailedCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlLogoutCommand.php | 7 ++++--- .../commands/html/class_HtmlLogoutDoneCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlProblemCommand.php | 7 ++++--- .../commands/html/class_HtmlRegisterCommand.php | 4 +--- .../commands/html/class_HtmlResendLinkCommand.php | 7 ++++--- .../classes/commands/html/class_HtmlStatusCommand.php | 7 ++++--- .../commands/image/class_ImageCodeCaptchaCommand.php | 7 ++++--- .../classes/container/socket/class_SocketContainer.php | 7 ++++--- .../console/class_ConsoleDefaultController.php | 7 ++++--- .../console/class_ConsoleDefaultNewsController.php | 7 ++++--- .../controller/html/class_HtmlConfirmController.php | 7 ++++--- .../controller/html/class_HtmlDefaultController.php | 7 ++++--- .../html/class_HtmlDefaultNewsController.php | 7 ++++--- .../controller/html/class_HtmlLoginController.php | 7 ++++--- .../html/class_HtmlLoginFailedController.php | 7 ++++--- .../controller/html/class_HtmlLogoutController.php | 7 ++++--- .../controller/html/class_HtmlLogoutDoneController.php | 7 ++++--- .../controller/html/class_HtmlProblemController.php | 7 ++++--- .../controller/html/class_HtmlStatusController.php | 7 ++++--- .../html/form/class_HtmlDoFormController.php | 7 ++++--- .../html/login/class_HtmlLoginAreaController.php | 7 ++++--- .../image/captcha/class_ImageCodeCaptchaController.php | 7 ++++--- .../controller/image/class_ImageDefaultController.php | 7 ++++--- .../classes/criteria/dataset/class_DataSetCriteria.php | 7 ++++--- .../classes/criteria/search/class_SearchCriteria.php | 7 ++++--- .../classes/criteria/update/class_UpdateCriteria.php | 7 ++++--- .../database/backend/class_CachedLocalFileDatabase.php | 7 ++++--- .../frontend/class_PaymentsDatabaseWrapper.php | 7 ++++--- .../database/result/class_CachedDatabaseResult.php | 7 ++++--- .../template/class_XmlRewriterTemplateDecorator.php | 4 +--- .../decorator/xml/class_XmlCompactorDecorator.php | 7 ++++--- .../discovery/payment/class_LocalPaymentDiscovery.php | 4 +--- .../classes/factories/cache/class_CacheFactory.php | 7 ++++--- .../classes/factories/client/class_ClientFactory.php | 7 ++++--- .../database/class_DatabaseWrapperFactory.php | 7 ++++--- .../classes/factories/html/class_HtmlNewsFactory.php | 7 ++++--- .../factories/index/class_FileStackIndexFactory.php | 7 ++++--- .../classes/factories/login/class_LoginFactory.php | 7 ++++--- .../classes/factories/objects/class_ObjectFactory.php | 4 +--- .../factories/registry/class_SocketRegistryFactory.php | 7 ++++--- .../factories/stacks/class_FileStackFactory.php | 4 +--- inc/main/classes/factories/user/class_UserFactory.php | 4 +--- .../factories/xml/class_XmlTemplateEngineFactory.php | 7 ++++--- inc/main/classes/feature/fuse/class_FuseFeature.php | 7 ++++--- .../file_directories/binary/class_BaseBinaryFile.php | 7 ++++--- .../file_directories/binary/index/class_IndexFile.php | 7 ++++--- .../file_directories/binary/stack/class_StackFile.php | 7 ++++--- .../file_directories/io_stream/class_FileIoStream.php | 2 +- .../output/raw/class_FrameworkRawFileOutputPointer.php | 7 ++++--- .../text/class_FrameworkTextFileOutputPointer.php | 7 ++++--- .../file_directories/text/class_BaseTextFile.php | 7 ++++--- .../text/input/class_BaseInputTextFile.php | 7 ++++--- .../text/input/csv/class_CsvInputFile.php | 3 +-- .../text/output/class_BaseOutputTextFile.php | 7 ++++--- inc/main/classes/filter/auth/class_UserAuthFilter.php | 7 ++++--- .../classes/filter/change/class_EmailChangeFilter.php | 7 ++++--- .../filter/change/class_PasswordChangeFilter.php | 7 ++++--- .../filter/checkboxes/class_RulesAcceptedFilter.php | 7 ++++--- .../filter/crypto/class_CaptchaEncryptFilter.php | 7 ++++--- .../filter/guest/class_UserNameIsGuestFilter.php | 7 ++++--- .../classes/filter/news/class_NewsDownloadFilter.php | 7 ++++--- .../classes/filter/news/class_NewsProcessFilter.php | 7 ++++--- inc/main/classes/filter/null/class_NullFilter.php | 7 ++++--- .../filter/payment/class_PaymentDiscoveryFilter.php | 7 ++++--- .../update/class_UserStatusConfimedUpdateFilter.php | 7 ++++--- .../classes/filter/update/class_UserUpdateFilter.php | 7 ++++--- .../filter/validator/class_EmailValidatorFilter.php | 7 ++++--- .../filter/validator/class_PasswordValidatorFilter.php | 7 ++++--- .../filter/validator/class_UserNameValidatorFilter.php | 7 ++++--- .../verifier/class_AccountPasswordVerifierFilter.php | 7 ++++--- .../filter/verifier/class_BirthdayVerifierFilter.php | 7 ++++--- .../verifier/class_ConfirmCodeVerifierFilter.php | 7 ++++--- .../class_GraphicalCodeCaptchaVerifierFilter.php | 7 ++++--- .../verifier/class_PasswordGuestVerifierFilter.php | 7 ++++--- .../filter/verifier/class_PasswordVerifierFilter.php | 7 ++++--- .../filter/verifier/class_UserGuestVerifierFilter.php | 7 ++++--- .../filter/verifier/class_UserNameVerifierFilter.php | 7 ++++--- .../filter/verifier/class_UserStatusVerifierFilter.php | 7 ++++--- .../verifier/class_UserUnconfirmedVerifierFilter.php | 7 ++++--- .../classes/handler/raw_data/class_BaseDataHandler.php | 7 ++++--- .../raw_data/network/class_BaseRawDataHandler.php | 7 ++++--- inc/main/classes/handler/tasks/class_TaskHandler.php | 7 ++++--- .../helper/captcha/images/class_ImageHelper.php | 4 +--- .../helper/html/blocks/class_HtmlBlockHelper.php | 4 +--- inc/main/classes/helper/html/class_BaseHtmlHelper.php | 7 ++++--- .../classes/helper/html/links/class_HtmlLinkHelper.php | 4 +--- .../classes/helper/login/class_BaseLoginHelper.php | 7 ++++--- .../classes/iterator/default/class_DefaultIterator.php | 7 ++++--- inc/main/classes/iterator/file/class_FileIterator.php | 7 ++++--- .../classes/listener/class_BaseListenerDecorator.php | 7 ++++--- .../listener/socket/class_SocketFileListener.php | 7 ++++--- .../decorator/class_SocketFileListenerDecorator.php | 7 ++++--- inc/main/classes/lists/groups/class_ListGroupList.php | 7 ++++--- inc/main/classes/lists/tasks/class_TaskList.php | 7 ++++--- inc/main/classes/mailer/debug/class_DebugMailer.php | 4 +--- .../classes/output/console/class_ConsoleOutput.php | 4 +--- .../classes/output/debug/class_BaseDebugOutput.php | 7 ++++--- .../output/debug/error/class_DebugErrorLogOutput.php | 7 ++++--- .../classes/output/debug/web/class_DebugWebOutput.php | 7 ++++--- inc/main/classes/output/web/class_WebOutput.php | 4 +--- inc/main/classes/parser/xml/class_XmlParser.php | 4 +--- inc/main/classes/registry/generic/class_Registry.php | 1 - inc/main/classes/registry/sub/class_SubRegistry.php | 1 - .../classes/request/console/class_ConsoleRequest.php | 7 ++++--- inc/main/classes/request/html/class_HtmlRequest.php | 7 ++++--- .../resolver/action/class_BaseActionResolver.php | 7 ++++--- .../resolver/action/html/class_HtmlActionResolver.php | 4 +--- .../resolver/command/class_BaseCommandResolver.php | 7 ++++--- .../command/console/class_ConsoleCommandResolver.php | 4 +--- .../command/image/class_ImageCommandResolver.php | 4 +--- .../controller/class_BaseControllerResolver.php | 7 ++++--- .../console/class_ConsoleControllerResolver.php | 4 +--- .../controller/html/class_HtmlControllerResolver.php | 4 +--- .../controller/image/class_ImageControllerResolver.php | 4 +--- .../classes/response/console/class_ConsoleResponse.php | 7 ++----- inc/main/classes/response/html/class_HtmlResponse.php | 4 +--- .../classes/response/image/class_ImageResponse.php | 4 +--- inc/main/classes/stacker/fifo/class_FiFoStacker.php | 7 ++++--- inc/main/classes/stacker/file/class_BaseFileStack.php | 7 ++++--- inc/main/classes/stacker/filo/class_FiLoStacker.php | 7 ++++--- inc/main/classes/streams/crypto/class_McryptStream.php | 8 +++++--- .../classes/streams/crypto/class_NullCryptoStream.php | 7 ++++--- inc/main/classes/tasks/idle/class_IdleLoopTask.php | 7 ++++--- .../template/console/class_ConsoleTemplateEngine.php | 4 +--- .../classes/template/html/class_HtmlTemplateEngine.php | 4 +--- .../template/image/class_ImageTemplateEngine.php | 4 +--- .../classes/template/mail/class_MailTemplateEngine.php | 4 +--- .../classes/template/menu/class_MenuTemplateEngine.php | 4 +--- inc/main/classes/user/guest/class_Guest.php | 4 +--- inc/main/classes/user/member/class_Member.php | 4 +--- .../classes/visitor/tasks/class_ActiveTaskVisitor.php | 7 ++++--- .../visitor/tasks/class_ShutdownTaskVisitor.php | 7 ++++--- .../actions/class_InvalidActionException.php | 7 ++++--- .../auth/class_UserAuthorizationException.php | 7 ++++--- .../base64/class_Base64EncodingBadException.php | 8 +++++--- .../base64/class_Base64EncodingModuloException.php | 8 +++++--- inc/main/exceptions/class_FrameworkException.php | 7 ++++--- .../class_MismatchingCompressorsException.php | 8 +++++--- .../config/class_ConfigEntryIsEmptyException.php | 4 +--- .../class_ConfigValueTypeUnsupportedException.php | 8 +++++--- .../exceptions/config/class_NoConfigEntryException.php | 7 ++++--- .../class_ConnectionAlreadyRegisteredException.php | 7 ++++--- .../controller/class_DefaultControllerException.php | 7 ++++--- .../controller/class_InvalidControllerException.php | 6 ++++-- .../crypto/class_EncryptInvalidLengthException.php | 8 +++++--- .../crypto/class_EncryptMissingException.php | 8 +++++--- .../exceptions/database/general/class_SqlException.php | 7 ++++--- .../class_SavePathIsNoDirectoryException.php | 8 +++++--- .../class_SavePathReadProtectedException.php | 8 +++++--- .../class_SavePathWriteProtectedException.php | 8 +++++--- .../class_FeatureMethodNotCallableException.php | 7 ++++--- .../class_DirPointerNotOpenedException.php | 9 +++++---- .../file_directory/class_FileIsEmptyException.php | 8 +++++--- .../class_FileWriteProtectedException.php | 8 +++++--- .../class_InvalidDataLengthException.php | 8 +++++--- .../exceptions/filter/class_FilterChainException.php | 7 ++++--- .../filter/class_InvalidFilterChainException.php | 8 +++++--- .../exceptions/helper/class_FormClosedException.php | 8 +++++--- .../helper/class_FormGroupClosedException.php | 8 +++++--- .../exceptions/helper/class_FormOpenedException.php | 8 +++++--- .../class_HelperGroupAlreadyCreatedException.php | 8 +++++--- .../class_HelperNoPreviousOpenedSubGroupException.php | 8 +++++--- .../class_HelperSubGroupAlreadyCreatedException.php | 8 +++++--- .../helper/class_InvalidFormNameException.php | 8 +++++--- .../exceptions/helper/class_NoGroupOpenedException.php | 8 +++++--- .../helper/class_UserInstanceMissingException.php | 8 +++++--- .../class_InvalidLanguagePathStringException.php | 8 +++++--- .../class_LanguagePathIsNoDirectoryException.php | 8 +++++--- .../class_LanguagePathReadProtectedException.php | 8 +++++--- .../result/class_InvalidDatabaseResultException.php | 7 ++++--- .../exceptions/result/class_ResultUpdateException.php | 7 ++++--- .../socket/class_AbstractSocketException.php | 6 +++--- .../socket/class_InvalidServerSocketException.php | 7 ++++--- .../exceptions/socket/class_InvalidSocketException.php | 7 ++++--- .../socket/class_NoSocketErrorDetectedException.php | 8 +++++--- .../socket/class_NoSocketRegisteredException.php | 7 ++++--- .../socket/class_SocketAlreadyRegisteredException.php | 8 +++++--- .../exceptions/socket/class_SocketBindingException.php | 7 ++++--- .../socket/class_SocketConnectionException.php | 7 ++++--- .../socket/class_SocketCreationException.php | 7 ++++--- .../exceptions/socket/class_SocketOptionException.php | 7 ++++--- .../socket/class_SocketShutdownException.php | 7 ++++--- .../class_UnsupportedSocketErrorHandlerException.php | 7 ++++--- .../class_AlreadyInitializedStackerException.php | 7 ++++--- .../exceptions/stacker/class_EmptyStackerException.php | 8 +++++--- .../exceptions/stacker/class_FullStackerException.php | 7 ++++--- .../exceptions/stacker/class_NoStackerException.php | 7 ++++--- .../state/class_InvalidStateInstanceException.php | 7 ++++--- .../state/class_UnexpectedStateException.php | 7 ++++--- .../state/class_UnresolveableStateException.php | 7 ++++--- .../template/class_BasePathIsNoDirectoryException.php | 8 +++++--- .../template/class_BasePathReadProtectedException.php | 8 +++++--- .../template/class_InvalidBasePathStringException.php | 8 +++++--- .../exceptions/template/class_NoVariableException.php | 8 +++++--- .../template/class_UnexpectedTemplateTypeException.php | 8 +++++--- .../exceptions/xml/class_InvalidXmlNodeException.php | 7 ++++--- .../exceptions/xml/class_XmlNodeMismatchException.php | 7 ++++--- inc/main/exceptions/xml/class_XmlParserException.php | 7 ++++--- .../interfaces/actions/commands/class_Commandable.php | 7 ++++--- .../block/calculatable/class_CalculatableBlock.php | 7 ++++--- .../criteria/extended/class_LocalSearchCriteria.php | 7 ++++--- .../criteria/extended/class_LocalUpdateCriteria.php | 7 ++++--- .../criteria/extended/class_StoreableCriteria.php | 7 ++++--- .../database/backend/class_DatabaseBackend.php | 7 ++++--- .../database/middleware/class_DatabaseConnector.php | 7 ++++--- .../database/wrapper/class_BookablePointsWrapper.php | 7 ++++--- .../interfaces/handler/class_HandleableDataSet.php | 7 ++++--- .../handler/protocol/class_HandleableProtocol.php | 7 ++++--- .../interfaces/handler/task/class_HandleableTask.php | 7 ++++--- .../interfaces/helper/login/class_HelpableLogin.php | 7 ++++--- .../helper/template/class_HelpableTemplate.php | 7 ++++--- .../interfaces/index/stack/class_IndexableStack.php | 7 ++++--- inc/main/interfaces/io/class_StreamableInput.php | 7 ++++--- inc/main/interfaces/io/class_StreamableOutput.php | 7 ++++--- .../interfaces/io/file/class_FileInputStreamer.php | 7 ++++--- .../interfaces/io/file/class_FileOutputStreamer.php | 7 ++++--- .../interfaces/io/file/csv/class_CsvInputStreamer.php | 7 ++++--- inc/main/interfaces/io/output/class_OutputStreamer.php | 7 ++++--- inc/main/interfaces/io/pointer/class_InputPointer.php | 7 ++++--- inc/main/interfaces/io/pointer/class_OutputPointer.php | 7 ++++--- .../io/pointer/io/class_InputOutputPointer.php | 7 ++++--- .../iterator/class_SeekableWritableFileIterator.php | 7 ++++--- inc/main/interfaces/points/class_BookablePoints.php | 7 ++++--- .../interfaces/registration/class_UserRegister.php | 7 ++++--- .../resolver/actions/class_ActionResolver.php | 7 ++++--- .../resolver/commands/class_CommandResolver.php | 7 ++++--- .../resolver/controller/class_ControllerResolver.php | 7 ++++--- .../interfaces/resolver/state/class_StateResolver.php | 7 ++++--- inc/main/interfaces/result/class_UpdateableResult.php | 7 ++++--- .../interfaces/stacker/file/class_StackableFile.php | 7 ++++--- .../streams/crypto/class_EncryptableStream.php | 7 ++++--- .../interfaces/streams/input/class_InputStream.php | 7 ++++--- .../interfaces/streams/output/class_OutputStream.php | 7 ++++--- .../interfaces/user/extended/class_ManageableGuest.php | 7 ++++--- .../user/extended/class_ManageableMember.php | 7 ++++--- .../visitor/decorator/class_DecoratorVisitor.php | 7 ++++--- .../visitor/listener/class_ListenerVisitor.php | 7 ++++--- inc/main/interfaces/visitor/pool/class_PoolVisitor.php | 7 ++++--- .../interfaces/visitor/tasks/class_TaskVisitor.php | 7 ++++--- .../middleware/compressor/class_CompressorChannel.php | 7 ++++--- .../middleware/database/class_DatabaseConnection.php | 4 +--- inc/main/middleware/debug/class_DebugMiddleware.php | 7 ++++--- inc/main/middleware/io/class_FileIoHandler.php | 1 - index.php | 3 --- 266 files changed, 936 insertions(+), 791 deletions(-) diff --git a/application/tests/config.php b/application/tests/config.php index a34a3c07..64ea955d 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -29,6 +29,3 @@ $cfg = FrameworkConfiguration::getSelfInstance(); // CFG: DEFAULT-CONSOLE-COMMAND $cfg->setConfigEntry('default_console_command', 'tests'); - -// [EOF] -?> diff --git a/application/tests/data.php b/application/tests/data.php index e2132b75..e1fd3230 100644 --- a/application/tests/data.php +++ b/application/tests/data.php @@ -35,6 +35,3 @@ $app = call_user_func_array( $app->setAppName('Unit tests and more'); $app->setAppVersion('0.0.0'); $app->setAppShortName('tests'); - -// [EOF] -?> diff --git a/application/tests/debug.php b/application/tests/debug.php index c9b72039..45cc1501 100644 --- a/application/tests/debug.php +++ b/application/tests/debug.php @@ -23,6 +23,3 @@ // Set error reporting error_reporting(E_ALL | E_STRICT); - -// [EOF] -?> diff --git a/application/tests/init.php b/application/tests/init.php index 4db2c18d..4c6879c6 100644 --- a/application/tests/init.php +++ b/application/tests/init.php @@ -29,6 +29,3 @@ use CoreFramework\Configuration\FrameworkConfiguration; // Get config instance $cfg = FrameworkConfiguration::getSelfInstance(); - -// [EOF] -?> diff --git a/application/tests/starter.php b/application/tests/starter.php index b3f8d7d8..377f4462 100644 --- a/application/tests/starter.php +++ b/application/tests/starter.php @@ -55,6 +55,3 @@ if ((empty($app)) || (is_null($app))) { // Call user function call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array()); - -// [EOF] -?> diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php index 34a30b5b..41af8db1 100644 --- a/contrib/chash/chash.php +++ b/contrib/chash/chash.php @@ -614,6 +614,3 @@ while (TRUE) { print ('totalReward=' . $GLOBALS['total_reward'] . ',blockValue=' . $blockValue . ',rewardPerHour=' . $rewardPerHour . PHP_EOL); } // END - while - -// [EOF] -?> diff --git a/contrib/lfdb2/read.php b/contrib/lfdb2/read.php index ae573df2..da41e102 100644 --- a/contrib/lfdb2/read.php +++ b/contrib/lfdb2/read.php @@ -65,6 +65,3 @@ $decoded = gzuncompress($decoded); print 'Writing ' . strlen($decoded) . ' bytes to output ...' . PHP_EOL; file_put_contents('test.data.out' . ($__factor * 2), $decoded); - -// [EOF] -?> diff --git a/contrib/lfdb2/write.php b/contrib/lfdb2/write.php index 25941cdd..2b25a6a6 100644 --- a/contrib/lfdb2/write.php +++ b/contrib/lfdb2/write.php @@ -64,6 +64,3 @@ print 'Encoded ' . strlen($str) . ' bytes into ' . strlen($encoded) . ' bytes .. file_put_contents('test.data.bin' . ($__factor * 2), $encoded); print 'File size is: ' . filesize('test.data.bin' . ($__factor * 2)) . ' bytes.' . PHP_EOL; - -// [EOF] -?> diff --git a/inc/config.php b/inc/config.php index 4e9b902d..6ea2a793 100644 --- a/inc/config.php +++ b/inc/config.php @@ -474,6 +474,3 @@ $cfg->setConfigEntry('extension_uuid_loaded', FALSE); // Remove config from this name-space. Don't worry, no configuration is cleared. unset($cfg); - -// [EOF] -?> diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 544f50fb..b5223158 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -24,6 +24,3 @@ // For testing purposes we use a local file database $databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class'); - -// [EOF] -?> diff --git a/inc/includes.php b/inc/includes.php index d9f38230..7817f7aa 100644 --- a/inc/includes.php +++ b/inc/includes.php @@ -73,6 +73,3 @@ FrameworkConfiguration::getSelfInstance()->setConfigEntry('app_name', $applicati // Scan for all framework classes, exceptions and interfaces ClassLoader::scanFrameworkClasses(); - -// [EOF] -?> diff --git a/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php b/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php index f6538e0e..a0742f68 100644 --- a/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php +++ b/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php @@ -77,7 +77,5 @@ class HtmlLoginProfileAction extends BaseAction implements Commandable, Register // Add user status filter here $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter')); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php b/inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php index 95493604..93eaf14f 100644 --- a/inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php +++ b/inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php @@ -1,4 +1,7 @@ addFatalMessage('failed_login_after_registration'); } } -} -// [EOF] -?> +} diff --git a/inc/main/classes/class_FrameworkArrayObject.php b/inc/main/classes/class_FrameworkArrayObject.php index 223dd022..a6fa8bea 100644 --- a/inc/main/classes/class_FrameworkArrayObject.php +++ b/inc/main/classes/class_FrameworkArrayObject.php @@ -1,4 +1,10 @@ realClass; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/client/http/class_HttpClient.php b/inc/main/classes/client/http/class_HttpClient.php index 22504c1f..bd06c93f 100644 --- a/inc/main/classes/client/http/class_HttpClient.php +++ b/inc/main/classes/client/http/class_HttpClient.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/console/class_ConsoleFuseCommand.php b/inc/main/classes/commands/console/class_ConsoleFuseCommand.php index 48345447..f30aac8a 100644 --- a/inc/main/classes/commands/console/class_ConsoleFuseCommand.php +++ b/inc/main/classes/commands/console/class_ConsoleFuseCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlConfirmCommand.php b/inc/main/classes/commands/html/class_HtmlConfirmCommand.php index 076fbbb9..7534e184 100644 --- a/inc/main/classes/commands/html/class_HtmlConfirmCommand.php +++ b/inc/main/classes/commands/html/class_HtmlConfirmCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php index aab4248b..e5fd4e18 100644 --- a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php +++ b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php @@ -1,4 +1,7 @@ diff --git a/inc/main/classes/commands/html/class_HtmlHomeCommand.php b/inc/main/classes/commands/html/class_HtmlHomeCommand.php index dbe7d4ef..b9538f8b 100644 --- a/inc/main/classes/commands/html/class_HtmlHomeCommand.php +++ b/inc/main/classes/commands/html/class_HtmlHomeCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php b/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php index f8057ab3..f0d8c366 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php @@ -1,4 +1,7 @@ addInstance('action', $actionInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/commands/html/class_HtmlLoginCommand.php b/inc/main/classes/commands/html/class_HtmlLoginCommand.php index 1ad15d54..8e5d1521 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginCommand.php @@ -138,7 +138,5 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Empty for now } -} -// [EOF] -?> +} diff --git a/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php b/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php index 2e3e77cd..126a4240 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php index 05344d32..121fb97b 100644 --- a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php b/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php index 5842a991..4c81971b 100644 --- a/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlProblemCommand.php b/inc/main/classes/commands/html/class_HtmlProblemCommand.php index 51e6d105..562d1429 100644 --- a/inc/main/classes/commands/html/class_HtmlProblemCommand.php +++ b/inc/main/classes/commands/html/class_HtmlProblemCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php index 7d6f7982..cf86494f 100644 --- a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php +++ b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php @@ -139,7 +139,5 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Empty method } -} -// [EOF] -?> +} diff --git a/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php b/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php index cafa6c32..823996db 100644 --- a/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php +++ b/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php @@ -1,4 +1,7 @@ addPreFilter(ObjectFactory::createObjectByConfiguredName('user_unconfirmed_filter')); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/commands/html/class_HtmlStatusCommand.php b/inc/main/classes/commands/html/class_HtmlStatusCommand.php index c4bf6fe4..bae495d8 100644 --- a/inc/main/classes/commands/html/class_HtmlStatusCommand.php +++ b/inc/main/classes/commands/html/class_HtmlStatusCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php b/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php index 2f6d25e7..c8f45222 100644 --- a/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php +++ b/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/container/socket/class_SocketContainer.php b/inc/main/classes/container/socket/class_SocketContainer.php index 9c40f74e..087f2c58 100644 --- a/inc/main/classes/container/socket/class_SocketContainer.php +++ b/inc/main/classes/container/socket/class_SocketContainer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/controller/console/class_ConsoleDefaultController.php b/inc/main/classes/controller/console/class_ConsoleDefaultController.php index e058f4ec..bcb09fe7 100644 --- a/inc/main/classes/controller/console/class_ConsoleDefaultController.php +++ b/inc/main/classes/controller/console/class_ConsoleDefaultController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php b/inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php index 6c986650..27ec6d79 100644 --- a/inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php +++ b/inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlConfirmController.php b/inc/main/classes/controller/html/class_HtmlConfirmController.php index 2c22095e..6821591e 100644 --- a/inc/main/classes/controller/html/class_HtmlConfirmController.php +++ b/inc/main/classes/controller/html/class_HtmlConfirmController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlDefaultController.php b/inc/main/classes/controller/html/class_HtmlDefaultController.php index 727592ab..29078e48 100644 --- a/inc/main/classes/controller/html/class_HtmlDefaultController.php +++ b/inc/main/classes/controller/html/class_HtmlDefaultController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlDefaultNewsController.php b/inc/main/classes/controller/html/class_HtmlDefaultNewsController.php index 64a7935d..8a0ecd4f 100644 --- a/inc/main/classes/controller/html/class_HtmlDefaultNewsController.php +++ b/inc/main/classes/controller/html/class_HtmlDefaultNewsController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlLoginController.php b/inc/main/classes/controller/html/class_HtmlLoginController.php index 633a1066..e8188464 100644 --- a/inc/main/classes/controller/html/class_HtmlLoginController.php +++ b/inc/main/classes/controller/html/class_HtmlLoginController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlLoginFailedController.php b/inc/main/classes/controller/html/class_HtmlLoginFailedController.php index 086e8ae7..b20e079d 100644 --- a/inc/main/classes/controller/html/class_HtmlLoginFailedController.php +++ b/inc/main/classes/controller/html/class_HtmlLoginFailedController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlLogoutController.php b/inc/main/classes/controller/html/class_HtmlLogoutController.php index 8f9d5d80..9f773c2b 100644 --- a/inc/main/classes/controller/html/class_HtmlLogoutController.php +++ b/inc/main/classes/controller/html/class_HtmlLogoutController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlLogoutDoneController.php b/inc/main/classes/controller/html/class_HtmlLogoutDoneController.php index e4976db4..a6092c73 100644 --- a/inc/main/classes/controller/html/class_HtmlLogoutDoneController.php +++ b/inc/main/classes/controller/html/class_HtmlLogoutDoneController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlProblemController.php b/inc/main/classes/controller/html/class_HtmlProblemController.php index f3c37356..7114710d 100644 --- a/inc/main/classes/controller/html/class_HtmlProblemController.php +++ b/inc/main/classes/controller/html/class_HtmlProblemController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/class_HtmlStatusController.php b/inc/main/classes/controller/html/class_HtmlStatusController.php index dfde9c76..1b173b2e 100644 --- a/inc/main/classes/controller/html/class_HtmlStatusController.php +++ b/inc/main/classes/controller/html/class_HtmlStatusController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/form/class_HtmlDoFormController.php b/inc/main/classes/controller/html/form/class_HtmlDoFormController.php index ee2c28de..e7c816d5 100644 --- a/inc/main/classes/controller/html/form/class_HtmlDoFormController.php +++ b/inc/main/classes/controller/html/form/class_HtmlDoFormController.php @@ -1,4 +1,7 @@ genericHanleRequestLoginFailedRedirect($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php b/inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php index 715e6560..c90e570d 100644 --- a/inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php +++ b/inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php @@ -1,4 +1,7 @@ genericHanleRequestLoginAreaFailedRedirect($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php b/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php index d8bb509c..bb6b554e 100644 --- a/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php +++ b/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php @@ -1,4 +1,7 @@ executeGenericPrePostCommand($requestInstance, $responseInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/controller/image/class_ImageDefaultController.php b/inc/main/classes/controller/image/class_ImageDefaultController.php index 9a0292a1..63b78338 100644 --- a/inc/main/classes/controller/image/class_ImageDefaultController.php +++ b/inc/main/classes/controller/image/class_ImageDefaultController.php @@ -1,4 +1,7 @@ flushBuffer(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/criteria/dataset/class_DataSetCriteria.php b/inc/main/classes/criteria/dataset/class_DataSetCriteria.php index f0488c47..2e69e4c4 100644 --- a/inc/main/classes/criteria/dataset/class_DataSetCriteria.php +++ b/inc/main/classes/criteria/dataset/class_DataSetCriteria.php @@ -1,4 +1,7 @@ primaryKeys; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/criteria/search/class_SearchCriteria.php b/inc/main/classes/criteria/search/class_SearchCriteria.php index 565ed93e..9a647b28 100644 --- a/inc/main/classes/criteria/search/class_SearchCriteria.php +++ b/inc/main/classes/criteria/search/class_SearchCriteria.php @@ -1,4 +1,7 @@ debugOutput('SEARCH-CRITERIA[' . __METHOD__ . ':' . __LINE__ . ']: key=' . $key . ',value[' . gettype($value) . ']=' . $value . ',isMatching=' . intval($isMatching) . ' - EXIT!'); return $isMatching; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/criteria/update/class_UpdateCriteria.php b/inc/main/classes/criteria/update/class_UpdateCriteria.php index 19b2343b..2a3e536a 100644 --- a/inc/main/classes/criteria/update/class_UpdateCriteria.php +++ b/inc/main/classes/criteria/update/class_UpdateCriteria.php @@ -1,4 +1,7 @@ getCriteriaArray(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/database/backend/class_CachedLocalFileDatabase.php b/inc/main/classes/database/backend/class_CachedLocalFileDatabase.php index 18efa561..f39a866a 100644 --- a/inc/main/classes/database/backend/class_CachedLocalFileDatabase.php +++ b/inc/main/classes/database/backend/class_CachedLocalFileDatabase.php @@ -1,4 +1,7 @@ debugOutput('DATABASE: tableName=' . $tableName . ',count=' . $count . ' - EXIT!'); return $count; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php b/inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php index 2badf382..8e10e956 100644 --- a/inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php +++ b/inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/database/result/class_CachedDatabaseResult.php b/inc/main/classes/database/result/class_CachedDatabaseResult.php index b5fdf0b8..4cc7e26c 100644 --- a/inc/main/classes/database/result/class_CachedDatabaseResult.php +++ b/inc/main/classes/database/result/class_CachedDatabaseResult.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php b/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php index 884341aa..9b8221a3 100644 --- a/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php +++ b/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php @@ -446,7 +446,5 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT // Call the inner class' method but trim the characters before $this->getTemplateInstance()->assignMultipleVariables($variables); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php b/inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php index b8e29a4a..1163a245 100644 --- a/inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php +++ b/inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php @@ -1,4 +1,7 @@ getParserInstance()->parseXmlContent($content); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php b/inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php index 0864675b..bd43e942 100644 --- a/inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php +++ b/inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php @@ -93,7 +93,5 @@ class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable, Regis public function addResultsToHelper (HelpableTemplate $helperInstance) { // Undone part } -} -// [EOF] -?> +} diff --git a/inc/main/classes/factories/cache/class_CacheFactory.php b/inc/main/classes/factories/cache/class_CacheFactory.php index 1ca669c6..e84be052 100644 --- a/inc/main/classes/factories/cache/class_CacheFactory.php +++ b/inc/main/classes/factories/cache/class_CacheFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/client/class_ClientFactory.php b/inc/main/classes/factories/client/class_ClientFactory.php index 2ef09fab..14b75423 100644 --- a/inc/main/classes/factories/client/class_ClientFactory.php +++ b/inc/main/classes/factories/client/class_ClientFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/database/class_DatabaseWrapperFactory.php b/inc/main/classes/factories/database/class_DatabaseWrapperFactory.php index 9e0216f7..a5a8a02c 100644 --- a/inc/main/classes/factories/database/class_DatabaseWrapperFactory.php +++ b/inc/main/classes/factories/database/class_DatabaseWrapperFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/html/class_HtmlNewsFactory.php b/inc/main/classes/factories/html/class_HtmlNewsFactory.php index 8726a16c..bbeee4fc 100644 --- a/inc/main/classes/factories/html/class_HtmlNewsFactory.php +++ b/inc/main/classes/factories/html/class_HtmlNewsFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/index/class_FileStackIndexFactory.php b/inc/main/classes/factories/index/class_FileStackIndexFactory.php index 9c57f78a..b2a09bb9 100644 --- a/inc/main/classes/factories/index/class_FileStackIndexFactory.php +++ b/inc/main/classes/factories/index/class_FileStackIndexFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/login/class_LoginFactory.php b/inc/main/classes/factories/login/class_LoginFactory.php index 1ec2a933..f5e4372b 100644 --- a/inc/main/classes/factories/login/class_LoginFactory.php +++ b/inc/main/classes/factories/login/class_LoginFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/objects/class_ObjectFactory.php b/inc/main/classes/factories/objects/class_ObjectFactory.php index 84dd0fe1..2a5a46ef 100644 --- a/inc/main/classes/factories/objects/class_ObjectFactory.php +++ b/inc/main/classes/factories/objects/class_ObjectFactory.php @@ -93,7 +93,5 @@ class ObjectFactory extends BaseFactory { // Return the instance return $objectInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/factories/registry/class_SocketRegistryFactory.php b/inc/main/classes/factories/registry/class_SocketRegistryFactory.php index e4228a13..f1ebfcd6 100644 --- a/inc/main/classes/factories/registry/class_SocketRegistryFactory.php +++ b/inc/main/classes/factories/registry/class_SocketRegistryFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/factories/stacks/class_FileStackFactory.php b/inc/main/classes/factories/stacks/class_FileStackFactory.php index d1437892..77ea4158 100644 --- a/inc/main/classes/factories/stacks/class_FileStackFactory.php +++ b/inc/main/classes/factories/stacks/class_FileStackFactory.php @@ -69,7 +69,5 @@ class FileStackFactory extends ObjectFactory { // Return the instance return $stackInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/factories/user/class_UserFactory.php b/inc/main/classes/factories/user/class_UserFactory.php index a428cf00..ac7a3a06 100644 --- a/inc/main/classes/factories/user/class_UserFactory.php +++ b/inc/main/classes/factories/user/class_UserFactory.php @@ -75,7 +75,5 @@ class UserFactory extends ObjectFactory { // Return the instance return $userInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php b/inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php index cccb9cdb..fd83f516 100644 --- a/inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php +++ b/inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/feature/fuse/class_FuseFeature.php b/inc/main/classes/feature/fuse/class_FuseFeature.php index 942520ea..60d33883 100644 --- a/inc/main/classes/feature/fuse/class_FuseFeature.php +++ b/inc/main/classes/feature/fuse/class_FuseFeature.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/file_directories/binary/class_BaseBinaryFile.php b/inc/main/classes/file_directories/binary/class_BaseBinaryFile.php index fb571e84..15b5f0b3 100644 --- a/inc/main/classes/file_directories/binary/class_BaseBinaryFile.php +++ b/inc/main/classes/file_directories/binary/class_BaseBinaryFile.php @@ -1,4 +1,7 @@ partialStub('length=' . $length); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/file_directories/binary/index/class_IndexFile.php b/inc/main/classes/file_directories/binary/index/class_IndexFile.php index 32bac87c..40d8f8e1 100644 --- a/inc/main/classes/file_directories/binary/index/class_IndexFile.php +++ b/inc/main/classes/file_directories/binary/index/class_IndexFile.php @@ -1,4 +1,7 @@ debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] groupId=' . $groupId . ',encoded()=' . strlen($encoded)); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/file_directories/binary/stack/class_StackFile.php b/inc/main/classes/file_directories/binary/stack/class_StackFile.php index fc203a72..270c6f85 100644 --- a/inc/main/classes/file_directories/binary/stack/class_StackFile.php +++ b/inc/main/classes/file_directories/binary/stack/class_StackFile.php @@ -1,4 +1,7 @@ debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] groupId=' . $groupId . ',hash=' . $hash . ',encoded()=' . strlen($encoded)); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/file_directories/io_stream/class_FileIoStream.php b/inc/main/classes/file_directories/io_stream/class_FileIoStream.php index a9f6d0f9..3de4520b 100644 --- a/inc/main/classes/file_directories/io_stream/class_FileIoStream.php +++ b/inc/main/classes/file_directories/io_stream/class_FileIoStream.php @@ -1,6 +1,6 @@ +} diff --git a/inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php b/inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php index 1db56899..b17e3464 100644 --- a/inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php +++ b/inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/file_directories/text/class_BaseTextFile.php b/inc/main/classes/file_directories/text/class_BaseTextFile.php index e0f36ec8..b69e6aee 100644 --- a/inc/main/classes/file_directories/text/class_BaseTextFile.php +++ b/inc/main/classes/file_directories/text/class_BaseTextFile.php @@ -1,4 +1,7 @@ debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fqfn=' . $fqfn); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php b/inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php index 1fda9951..70d4ee14 100644 --- a/inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php +++ b/inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php b/inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php index 937f80a8..0d1170b1 100644 --- a/inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php +++ b/inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php @@ -166,7 +166,6 @@ class CsvInputFile extends BaseInputTextFile implements CsvInputStreamer { // Return it return $lineArray; } + } -// [EOF] -?> diff --git a/inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php b/inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php index e4cd06f6..57bb5f18 100644 --- a/inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php +++ b/inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php @@ -1,4 +1,7 @@ setPointerInstance($pointerInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/auth/class_UserAuthFilter.php b/inc/main/classes/filter/auth/class_UserAuthFilter.php index 88b354b1..ff067215 100644 --- a/inc/main/classes/filter/auth/class_UserAuthFilter.php +++ b/inc/main/classes/filter/auth/class_UserAuthFilter.php @@ -1,4 +1,7 @@ addInstance('auth', $authInstance); Registry::getRegistry()->addInstance('user', $userInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/change/class_EmailChangeFilter.php b/inc/main/classes/filter/change/class_EmailChangeFilter.php index 4eaa678a..fe2b1e68 100644 --- a/inc/main/classes/filter/change/class_EmailChangeFilter.php +++ b/inc/main/classes/filter/change/class_EmailChangeFilter.php @@ -1,4 +1,7 @@ partialStub('Unfinished part.'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/change/class_PasswordChangeFilter.php b/inc/main/classes/filter/change/class_PasswordChangeFilter.php index b5db12eb..4c4de125 100644 --- a/inc/main/classes/filter/change/class_PasswordChangeFilter.php +++ b/inc/main/classes/filter/change/class_PasswordChangeFilter.php @@ -1,4 +1,7 @@ partialStub('Unfinished part.'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php b/inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php index a5a7a74e..1a0729e2 100644 --- a/inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php +++ b/inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php b/inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php index 4a75ebfa..e13ca5ac 100644 --- a/inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php +++ b/inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php @@ -1,4 +1,7 @@ setRequestElement('decrypted', $decryptedString); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php b/inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php index 3a9fdf5b..6e75e146 100644 --- a/inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php +++ b/inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php @@ -1,4 +1,7 @@ setRequestElement('pass2', $this->getConfigInstance()->getConfigEntry('guest_login_passwd')); } // END - if } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/news/class_NewsDownloadFilter.php b/inc/main/classes/filter/news/class_NewsDownloadFilter.php index c6be8464..c1da2193 100644 --- a/inc/main/classes/filter/news/class_NewsDownloadFilter.php +++ b/inc/main/classes/filter/news/class_NewsDownloadFilter.php @@ -1,4 +1,7 @@ addInstance('news', $newsInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/news/class_NewsProcessFilter.php b/inc/main/classes/filter/news/class_NewsProcessFilter.php index 93567111..ace93413 100644 --- a/inc/main/classes/filter/news/class_NewsProcessFilter.php +++ b/inc/main/classes/filter/news/class_NewsProcessFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/null/class_NullFilter.php b/inc/main/classes/filter/null/class_NullFilter.php index 2011f924..2228c6d3 100644 --- a/inc/main/classes/filter/null/class_NullFilter.php +++ b/inc/main/classes/filter/null/class_NullFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php b/inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php index f31ad5b2..85edcc87 100644 --- a/inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php +++ b/inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php b/inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php index aa1f246c..bfa4486a 100644 --- a/inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php +++ b/inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php @@ -1,4 +1,7 @@ flushPendingUpdates(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/update/class_UserUpdateFilter.php b/inc/main/classes/filter/update/class_UserUpdateFilter.php index 1c2fdf65..c64ed021 100644 --- a/inc/main/classes/filter/update/class_UserUpdateFilter.php +++ b/inc/main/classes/filter/update/class_UserUpdateFilter.php @@ -1,4 +1,7 @@ flushPendingUpdates(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/filter/validator/class_EmailValidatorFilter.php b/inc/main/classes/filter/validator/class_EmailValidatorFilter.php index c7063566..78b78d73 100644 --- a/inc/main/classes/filter/validator/class_EmailValidatorFilter.php +++ b/inc/main/classes/filter/validator/class_EmailValidatorFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/validator/class_PasswordValidatorFilter.php b/inc/main/classes/filter/validator/class_PasswordValidatorFilter.php index 4dec46b1..bf0bf85a 100644 --- a/inc/main/classes/filter/validator/class_PasswordValidatorFilter.php +++ b/inc/main/classes/filter/validator/class_PasswordValidatorFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/validator/class_UserNameValidatorFilter.php b/inc/main/classes/filter/validator/class_UserNameValidatorFilter.php index 1ed2e7ef..dfbb5f74 100644 --- a/inc/main/classes/filter/validator/class_UserNameValidatorFilter.php +++ b/inc/main/classes/filter/validator/class_UserNameValidatorFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php b/inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php index 515ba61a..b27af9ef 100644 --- a/inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php b/inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php index a6d1468e..1b1c73c4 100644 --- a/inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php b/inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php index 3eace252..55f7b542 100644 --- a/inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php b/inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php index b57c1181..f7340b71 100644 --- a/inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php b/inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php index 62321d39..1f9060a3 100644 --- a/inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php b/inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php index 62130073..66714a24 100644 --- a/inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php b/inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php index f4c06660..703d5ece 100644 --- a/inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php b/inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php index 09add35b..ba1b20ba 100644 --- a/inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php b/inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php index ac73a848..b6ef58da 100644 --- a/inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php b/inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php index e526e1ea..f71e0aa3 100644 --- a/inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php +++ b/inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php @@ -1,4 +1,7 @@ addInstance('user', $userInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/handler/raw_data/class_BaseDataHandler.php b/inc/main/classes/handler/raw_data/class_BaseDataHandler.php index abf88f2e..a213ce32 100644 --- a/inc/main/classes/handler/raw_data/class_BaseDataHandler.php +++ b/inc/main/classes/handler/raw_data/class_BaseDataHandler.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php b/inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php index 27c48b29..2e1edd24 100644 --- a/inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php +++ b/inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php @@ -1,4 +1,7 @@ errorCode; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/handler/tasks/class_TaskHandler.php b/inc/main/classes/handler/tasks/class_TaskHandler.php index 19ea2cdb..74f59c73 100644 --- a/inc/main/classes/handler/tasks/class_TaskHandler.php +++ b/inc/main/classes/handler/tasks/class_TaskHandler.php @@ -1,4 +1,7 @@ unregisterTask($entry); } // END - foreach } -} -// [EOF] -?> +} diff --git a/inc/main/classes/helper/captcha/images/class_ImageHelper.php b/inc/main/classes/helper/captcha/images/class_ImageHelper.php index 1b4da344..a7a1235c 100644 --- a/inc/main/classes/helper/captcha/images/class_ImageHelper.php +++ b/inc/main/classes/helper/captcha/images/class_ImageHelper.php @@ -396,7 +396,5 @@ class ImageHelper extends BaseCaptcha implements HelpableTemplate { // Transfer all to the template engine $templateInstance->renderXmlContent($imageContent); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php b/inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php index 67a4bd8f..0855bff6 100644 --- a/inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php +++ b/inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php @@ -151,7 +151,5 @@ class HtmlBlockHelper extends BaseHtmlHelper implements HelpableTemplate { // Transfer it to the template instance $templateInstance->assignVariable($this->getBlockName(), $templateInstance->getRawTemplateData()); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/helper/html/class_BaseHtmlHelper.php b/inc/main/classes/helper/html/class_BaseHtmlHelper.php index 5d100f77..2bc7ffb1 100644 --- a/inc/main/classes/helper/html/class_BaseHtmlHelper.php +++ b/inc/main/classes/helper/html/class_BaseHtmlHelper.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/helper/html/links/class_HtmlLinkHelper.php b/inc/main/classes/helper/html/links/class_HtmlLinkHelper.php index 12a9fab5..5ffe2940 100644 --- a/inc/main/classes/helper/html/links/class_HtmlLinkHelper.php +++ b/inc/main/classes/helper/html/links/class_HtmlLinkHelper.php @@ -346,7 +346,5 @@ class HtmlLinkHelper extends BaseHtmlHelper implements HelpableTemplate { // Add the content to the previous group $this->addContentToPreviousGroup($linkContent); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/helper/login/class_BaseLoginHelper.php b/inc/main/classes/helper/login/class_BaseLoginHelper.php index ea4764fc..e5d24bcc 100644 --- a/inc/main/classes/helper/login/class_BaseLoginHelper.php +++ b/inc/main/classes/helper/login/class_BaseLoginHelper.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/iterator/default/class_DefaultIterator.php b/inc/main/classes/iterator/default/class_DefaultIterator.php index fb8494a0..d075a4ef 100644 --- a/inc/main/classes/iterator/default/class_DefaultIterator.php +++ b/inc/main/classes/iterator/default/class_DefaultIterator.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/iterator/file/class_FileIterator.php b/inc/main/classes/iterator/file/class_FileIterator.php index 97293903..e28045cb 100644 --- a/inc/main/classes/iterator/file/class_FileIterator.php +++ b/inc/main/classes/iterator/file/class_FileIterator.php @@ -1,4 +1,7 @@ getBlockInstance()->__toString() . PHP_EOL; return $this->getBlockInstance()->searchNextGap($length); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/listener/class_BaseListenerDecorator.php b/inc/main/classes/listener/class_BaseListenerDecorator.php index ae66a5c7..adaa544a 100644 --- a/inc/main/classes/listener/class_BaseListenerDecorator.php +++ b/inc/main/classes/listener/class_BaseListenerDecorator.php @@ -1,4 +1,7 @@ debugOutput('BASE-LISTENER-DECORATOR[' . __METHOD__ . ':' . __LINE__ . '] Going to handle over some raw data to receiver instance (' . $receiverInstance->__toString() . ') ...'); $receiverInstance->addRawDataToIncomingStack($handlerInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/listener/socket/class_SocketFileListener.php b/inc/main/classes/listener/socket/class_SocketFileListener.php index a627c708..81ad500a 100644 --- a/inc/main/classes/listener/socket/class_SocketFileListener.php +++ b/inc/main/classes/listener/socket/class_SocketFileListener.php @@ -1,4 +1,7 @@ partialStub('Need to implement this method.'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php b/inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php index 1b044e4b..a2664a59 100644 --- a/inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php +++ b/inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/lists/groups/class_ListGroupList.php b/inc/main/classes/lists/groups/class_ListGroupList.php index 388ab613..096f72c8 100644 --- a/inc/main/classes/lists/groups/class_ListGroupList.php +++ b/inc/main/classes/lists/groups/class_ListGroupList.php @@ -1,4 +1,7 @@ partialStub('Please implement this method.'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/lists/tasks/class_TaskList.php b/inc/main/classes/lists/tasks/class_TaskList.php index 37b2141a..c868cd51 100644 --- a/inc/main/classes/lists/tasks/class_TaskList.php +++ b/inc/main/classes/lists/tasks/class_TaskList.php @@ -1,4 +1,7 @@ clearGroup('tasks'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/mailer/debug/class_DebugMailer.php b/inc/main/classes/mailer/debug/class_DebugMailer.php index 89a631be..6740d0ca 100644 --- a/inc/main/classes/mailer/debug/class_DebugMailer.php +++ b/inc/main/classes/mailer/debug/class_DebugMailer.php @@ -176,7 +176,5 @@ class DebugMailer extends BaseMailer implements DeliverableMail { // Then compile it again $templateInstance->compileVariables(); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/output/console/class_ConsoleOutput.php b/inc/main/classes/output/console/class_ConsoleOutput.php index ddec2cc0..f0c94c83 100644 --- a/inc/main/classes/output/console/class_ConsoleOutput.php +++ b/inc/main/classes/output/console/class_ConsoleOutput.php @@ -129,7 +129,5 @@ class ConsoleOutput extends BaseOutput implements OutputStreamer { public function size () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/output/debug/class_BaseDebugOutput.php b/inc/main/classes/output/debug/class_BaseDebugOutput.php index a56f3ad4..7643d51d 100644 --- a/inc/main/classes/output/debug/class_BaseDebugOutput.php +++ b/inc/main/classes/output/debug/class_BaseDebugOutput.php @@ -1,4 +1,7 @@ loggerClassName; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php b/inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php index edc0385d..bf02a318 100644 --- a/inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php +++ b/inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/output/debug/web/class_DebugWebOutput.php b/inc/main/classes/output/debug/web/class_DebugWebOutput.php index ce686061..e34ec905 100644 --- a/inc/main/classes/output/debug/web/class_DebugWebOutput.php +++ b/inc/main/classes/output/debug/web/class_DebugWebOutput.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/output/web/class_WebOutput.php b/inc/main/classes/output/web/class_WebOutput.php index e08d8396..03fe275f 100644 --- a/inc/main/classes/output/web/class_WebOutput.php +++ b/inc/main/classes/output/web/class_WebOutput.php @@ -114,7 +114,5 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable { public function size () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/parser/xml/class_XmlParser.php b/inc/main/classes/parser/xml/class_XmlParser.php index 13c32eb1..44c28441 100644 --- a/inc/main/classes/parser/xml/class_XmlParser.php +++ b/inc/main/classes/parser/xml/class_XmlParser.php @@ -115,7 +115,5 @@ class XmlParser extends BaseParser implements Parseable { // Free the parser xml_parser_free($xmlParser); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/registry/generic/class_Registry.php b/inc/main/classes/registry/generic/class_Registry.php index 116a5216..3647dfc7 100644 --- a/inc/main/classes/registry/generic/class_Registry.php +++ b/inc/main/classes/registry/generic/class_Registry.php @@ -63,4 +63,3 @@ class Registry extends BaseRegistry implements Register { } } -// [EOF] diff --git a/inc/main/classes/registry/sub/class_SubRegistry.php b/inc/main/classes/registry/sub/class_SubRegistry.php index 2cf76b35..c2eb43ec 100644 --- a/inc/main/classes/registry/sub/class_SubRegistry.php +++ b/inc/main/classes/registry/sub/class_SubRegistry.php @@ -53,4 +53,3 @@ class SubRegistry extends BaseRegistry implements Register { } } -// [EOF] diff --git a/inc/main/classes/request/console/class_ConsoleRequest.php b/inc/main/classes/request/console/class_ConsoleRequest.php index 86b6c3bc..dbd81edf 100644 --- a/inc/main/classes/request/console/class_ConsoleRequest.php +++ b/inc/main/classes/request/console/class_ConsoleRequest.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/request/html/class_HtmlRequest.php b/inc/main/classes/request/html/class_HtmlRequest.php index f5ca6aa3..dd2c301a 100644 --- a/inc/main/classes/request/html/class_HtmlRequest.php +++ b/inc/main/classes/request/html/class_HtmlRequest.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/resolver/action/class_BaseActionResolver.php b/inc/main/classes/resolver/action/class_BaseActionResolver.php index 0f5c5398..c20410d3 100644 --- a/inc/main/classes/resolver/action/class_BaseActionResolver.php +++ b/inc/main/classes/resolver/action/class_BaseActionResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/resolver/action/html/class_HtmlActionResolver.php b/inc/main/classes/resolver/action/html/class_HtmlActionResolver.php index ce2c0d7a..9c9afc72 100644 --- a/inc/main/classes/resolver/action/html/class_HtmlActionResolver.php +++ b/inc/main/classes/resolver/action/html/class_HtmlActionResolver.php @@ -151,7 +151,5 @@ class HtmlActionResolver extends BaseActionResolver implements ActionResolver { // Return the instance return $actionInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/resolver/command/class_BaseCommandResolver.php b/inc/main/classes/resolver/command/class_BaseCommandResolver.php index c89e656a..7bfa17a2 100644 --- a/inc/main/classes/resolver/command/class_BaseCommandResolver.php +++ b/inc/main/classes/resolver/command/class_BaseCommandResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php b/inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php index 0be18596..42ac4c75 100644 --- a/inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php +++ b/inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php @@ -69,7 +69,5 @@ class ConsoleCommandResolver extends BaseCommandResolver implements CommandResol // Return the prepared instance return $resolverInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/resolver/command/image/class_ImageCommandResolver.php b/inc/main/classes/resolver/command/image/class_ImageCommandResolver.php index 54e19d5b..4a473b52 100644 --- a/inc/main/classes/resolver/command/image/class_ImageCommandResolver.php +++ b/inc/main/classes/resolver/command/image/class_ImageCommandResolver.php @@ -74,7 +74,5 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve // Return the prepared instance return $resolverInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/resolver/controller/class_BaseControllerResolver.php b/inc/main/classes/resolver/controller/class_BaseControllerResolver.php index 2ec24e4c..3f973885 100644 --- a/inc/main/classes/resolver/controller/class_BaseControllerResolver.php +++ b/inc/main/classes/resolver/controller/class_BaseControllerResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php b/inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php index 9795d89d..dd355433 100644 --- a/inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php +++ b/inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php @@ -72,7 +72,5 @@ class ConsoleControllerResolver extends BaseControllerResolver implements Contro // Return the prepared instance return $resolverInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php b/inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php index a90bb66b..8882dbdb 100644 --- a/inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php +++ b/inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php @@ -72,7 +72,5 @@ class HtmlControllerResolver extends BaseControllerResolver implements Controlle // Return the prepared instance return $resolverInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php b/inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php index 9855742b..7098713d 100644 --- a/inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php +++ b/inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php @@ -72,7 +72,5 @@ class ImageControllerResolver extends BaseControllerResolver implements Controll // Return the prepared instance return $resolverInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/response/console/class_ConsoleResponse.php b/inc/main/classes/response/console/class_ConsoleResponse.php index 430959f9..f2ba710b 100644 --- a/inc/main/classes/response/console/class_ConsoleResponse.php +++ b/inc/main/classes/response/console/class_ConsoleResponse.php @@ -130,13 +130,10 @@ class ConsoleResponse extends BaseResponse implements Responseable { * @param $force Whether we shall force the output or abort if headers are * already sent with an exception * @return void - * @throws ResponseHeadersAlreadySentException Thrown if headers are - * already sent + * @throws ResponseHeadersAlreadySentException Thrown if headers are already sent */ public function flushBuffer ($force = FALSE) { $this->partialStub('Please implement this class.'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/response/html/class_HtmlResponse.php b/inc/main/classes/response/html/class_HtmlResponse.php index 9cbcea86..b9f8a9d2 100644 --- a/inc/main/classes/response/html/class_HtmlResponse.php +++ b/inc/main/classes/response/html/class_HtmlResponse.php @@ -211,7 +211,5 @@ class HtmlResponse extends BaseResponse implements Responseable { $this->addCookie($cookieName, $_COOKIE[$cookieName], FALSE); } // END - if } -} -// [EOF] -?> +} diff --git a/inc/main/classes/response/image/class_ImageResponse.php b/inc/main/classes/response/image/class_ImageResponse.php index 0b60bb47..c443769d 100644 --- a/inc/main/classes/response/image/class_ImageResponse.php +++ b/inc/main/classes/response/image/class_ImageResponse.php @@ -243,7 +243,5 @@ class ImageResponse extends BaseResponse implements Responseable { $this->addCookie($cookieName, $_COOKIE[$cookieName], FALSE); } // END - if } -} -// [EOF] -?> +} diff --git a/inc/main/classes/stacker/fifo/class_FiFoStacker.php b/inc/main/classes/stacker/fifo/class_FiFoStacker.php index c00801c7..abfca196 100644 --- a/inc/main/classes/stacker/fifo/class_FiFoStacker.php +++ b/inc/main/classes/stacker/fifo/class_FiFoStacker.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/stacker/file/class_BaseFileStack.php b/inc/main/classes/stacker/file/class_BaseFileStack.php index dc4a33a3..3d95972c 100644 --- a/inc/main/classes/stacker/file/class_BaseFileStack.php +++ b/inc/main/classes/stacker/file/class_BaseFileStack.php @@ -1,4 +1,7 @@ strlen($rawData) ); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/stacker/filo/class_FiLoStacker.php b/inc/main/classes/stacker/filo/class_FiLoStacker.php index 8450ed43..f99a16b2 100644 --- a/inc/main/classes/stacker/filo/class_FiLoStacker.php +++ b/inc/main/classes/stacker/filo/class_FiLoStacker.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/streams/crypto/class_McryptStream.php b/inc/main/classes/streams/crypto/class_McryptStream.php index f39b4d05..2535f812 100644 --- a/inc/main/classes/streams/crypto/class_McryptStream.php +++ b/inc/main/classes/streams/crypto/class_McryptStream.php @@ -1,4 +1,7 @@ debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.'); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/streams/crypto/class_NullCryptoStream.php b/inc/main/classes/streams/crypto/class_NullCryptoStream.php index c42e6d1f..a2f33c2c 100644 --- a/inc/main/classes/streams/crypto/class_NullCryptoStream.php +++ b/inc/main/classes/streams/crypto/class_NullCryptoStream.php @@ -1,4 +1,7 @@ debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.'); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/tasks/idle/class_IdleLoopTask.php b/inc/main/classes/tasks/idle/class_IdleLoopTask.php index 9d1fa30a..186cbf0c 100644 --- a/inc/main/classes/tasks/idle/class_IdleLoopTask.php +++ b/inc/main/classes/tasks/idle/class_IdleLoopTask.php @@ -1,4 +1,7 @@ debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...'); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/template/console/class_ConsoleTemplateEngine.php b/inc/main/classes/template/console/class_ConsoleTemplateEngine.php index 6fb2d813..2ac4006a 100644 --- a/inc/main/classes/template/console/class_ConsoleTemplateEngine.php +++ b/inc/main/classes/template/console/class_ConsoleTemplateEngine.php @@ -88,7 +88,5 @@ class ConsoleTemplateEngine extends BaseTemplateEngine implements CompileableTem // Return the prepared instance return $templateInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/template/html/class_HtmlTemplateEngine.php b/inc/main/classes/template/html/class_HtmlTemplateEngine.php index 3f919856..01653334 100644 --- a/inc/main/classes/template/html/class_HtmlTemplateEngine.php +++ b/inc/main/classes/template/html/class_HtmlTemplateEngine.php @@ -88,7 +88,5 @@ class HtmlTemplateEngine extends BaseTemplateEngine implements CompileableTempla // Return the prepared instance return $templateInstance; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/template/image/class_ImageTemplateEngine.php b/inc/main/classes/template/image/class_ImageTemplateEngine.php index 92c8a5c6..ade54d13 100644 --- a/inc/main/classes/template/image/class_ImageTemplateEngine.php +++ b/inc/main/classes/template/image/class_ImageTemplateEngine.php @@ -505,7 +505,5 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl // Load the special template $this->loadTemplate($template); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/template/mail/class_MailTemplateEngine.php b/inc/main/classes/template/mail/class_MailTemplateEngine.php index 776c0016..adfeffbe 100644 --- a/inc/main/classes/template/mail/class_MailTemplateEngine.php +++ b/inc/main/classes/template/mail/class_MailTemplateEngine.php @@ -359,7 +359,5 @@ class MailTemplateEngine extends BaseTemplateEngine implements CompileableTempla public function transferToResponse (Responseable $responseInstance) { $responseInstance->writeToBody($this->getCompiledData()); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/template/menu/class_MenuTemplateEngine.php b/inc/main/classes/template/menu/class_MenuTemplateEngine.php index 6e281e94..69d112d5 100644 --- a/inc/main/classes/template/menu/class_MenuTemplateEngine.php +++ b/inc/main/classes/template/menu/class_MenuTemplateEngine.php @@ -877,7 +877,5 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla // Return it return $fqfn; } -} -// [EOF] -?> +} diff --git a/inc/main/classes/user/guest/class_Guest.php b/inc/main/classes/user/guest/class_Guest.php index fd68a9ba..eba42dac 100644 --- a/inc/main/classes/user/guest/class_Guest.php +++ b/inc/main/classes/user/guest/class_Guest.php @@ -138,7 +138,5 @@ class Guest extends BaseUser implements ManageableGuest, Registerable { public function flushPendingUpdates () { // No updates will be flushed to database! } -} -// [EOF] -?> +} diff --git a/inc/main/classes/user/member/class_Member.php b/inc/main/classes/user/member/class_Member.php index c9c87956..6be88161 100644 --- a/inc/main/classes/user/member/class_Member.php +++ b/inc/main/classes/user/member/class_Member.php @@ -152,7 +152,5 @@ class Member extends BaseUser implements ManageableMember, Registerable { // Remember the update in database result $this->getResultInstance()->add2UpdateQueue($updateInstance); } -} -// [EOF] -?> +} diff --git a/inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php b/inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php index 7b9e04b1..7df391ab 100644 --- a/inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php +++ b/inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php b/inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php index 239ae350..01d1b6b2 100644 --- a/inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php +++ b/inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php @@ -1,4 +1,7 @@ doShutdown(); } -} -// [EOF] -?> +} diff --git a/inc/main/exceptions/actions/class_InvalidActionException.php b/inc/main/exceptions/actions/class_InvalidActionException.php index 1a697a1d..36b67501 100644 --- a/inc/main/exceptions/actions/class_InvalidActionException.php +++ b/inc/main/exceptions/actions/class_InvalidActionException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/auth/class_UserAuthorizationException.php b/inc/main/exceptions/auth/class_UserAuthorizationException.php index a3dfcb7a..4c99d05e 100644 --- a/inc/main/exceptions/auth/class_UserAuthorizationException.php +++ b/inc/main/exceptions/auth/class_UserAuthorizationException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/base64/class_Base64EncodingBadException.php b/inc/main/exceptions/base64/class_Base64EncodingBadException.php index 959d2f56..f1b02f97 100644 --- a/inc/main/exceptions/base64/class_Base64EncodingBadException.php +++ b/inc/main/exceptions/base64/class_Base64EncodingBadException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/base64/class_Base64EncodingModuloException.php b/inc/main/exceptions/base64/class_Base64EncodingModuloException.php index a8244edf..267112fd 100644 --- a/inc/main/exceptions/base64/class_Base64EncodingModuloException.php +++ b/inc/main/exceptions/base64/class_Base64EncodingModuloException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/class_FrameworkException.php b/inc/main/exceptions/class_FrameworkException.php index 93af8280..d5a6da4b 100644 --- a/inc/main/exceptions/class_FrameworkException.php +++ b/inc/main/exceptions/class_FrameworkException.php @@ -1,4 +1,7 @@ extraData; } -} -// [EOF] -?> +} diff --git a/inc/main/exceptions/compressor/class_MismatchingCompressorsException.php b/inc/main/exceptions/compressor/class_MismatchingCompressorsException.php index 567cac57..f54b84e3 100644 --- a/inc/main/exceptions/compressor/class_MismatchingCompressorsException.php +++ b/inc/main/exceptions/compressor/class_MismatchingCompressorsException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php b/inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php index 367d2d87..48f36e3a 100644 --- a/inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php +++ b/inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php @@ -42,7 +42,5 @@ class ConfigEntryIsEmptyException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +} diff --git a/inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php b/inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php index fc7edbbe..c2c0fc13 100644 --- a/inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php +++ b/inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/config/class_NoConfigEntryException.php b/inc/main/exceptions/config/class_NoConfigEntryException.php index 956f37cd..08c11033 100644 --- a/inc/main/exceptions/config/class_NoConfigEntryException.php +++ b/inc/main/exceptions/config/class_NoConfigEntryException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php b/inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php index b6cc9ecc..8107c5f7 100644 --- a/inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php +++ b/inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/controller/class_DefaultControllerException.php b/inc/main/exceptions/controller/class_DefaultControllerException.php index 54169f95..9c0dec20 100644 --- a/inc/main/exceptions/controller/class_DefaultControllerException.php +++ b/inc/main/exceptions/controller/class_DefaultControllerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/controller/class_InvalidControllerException.php b/inc/main/exceptions/controller/class_InvalidControllerException.php index 0a0a9951..af717228 100644 --- a/inc/main/exceptions/controller/class_InvalidControllerException.php +++ b/inc/main/exceptions/controller/class_InvalidControllerException.php @@ -1,4 +1,7 @@ diff --git a/inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php b/inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php index af8435ce..29fc9b4b 100644 --- a/inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php +++ b/inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/crypto/class_EncryptMissingException.php b/inc/main/exceptions/crypto/class_EncryptMissingException.php index b58c83bd..c83dd16f 100644 --- a/inc/main/exceptions/crypto/class_EncryptMissingException.php +++ b/inc/main/exceptions/crypto/class_EncryptMissingException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/database/general/class_SqlException.php b/inc/main/exceptions/database/general/class_SqlException.php index 47a9269b..05003dc2 100644 --- a/inc/main/exceptions/database/general/class_SqlException.php +++ b/inc/main/exceptions/database/general/class_SqlException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php b/inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php index 14b2ebc9..3725cf7e 100644 --- a/inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php +++ b/inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php b/inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php index 6ef03825..a8db0666 100644 --- a/inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php +++ b/inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php b/inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php index 2786d45e..4db309ea 100644 --- a/inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php +++ b/inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php b/inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php index 7f07ea95..b8f35d43 100644 --- a/inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php +++ b/inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php b/inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php index 90ba80d4..a4590f4c 100644 --- a/inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php +++ b/inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/file_directory/class_FileIsEmptyException.php b/inc/main/exceptions/file_directory/class_FileIsEmptyException.php index 50d0c301..7b3df236 100644 --- a/inc/main/exceptions/file_directory/class_FileIsEmptyException.php +++ b/inc/main/exceptions/file_directory/class_FileIsEmptyException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/file_directory/class_FileWriteProtectedException.php b/inc/main/exceptions/file_directory/class_FileWriteProtectedException.php index 15622a63..fd6ed107 100644 --- a/inc/main/exceptions/file_directory/class_FileWriteProtectedException.php +++ b/inc/main/exceptions/file_directory/class_FileWriteProtectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php b/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php index 8fedb73d..98745834 100644 --- a/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php +++ b/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/filter/class_FilterChainException.php b/inc/main/exceptions/filter/class_FilterChainException.php index 9797bb4e..801cd47d 100644 --- a/inc/main/exceptions/filter/class_FilterChainException.php +++ b/inc/main/exceptions/filter/class_FilterChainException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/filter/class_InvalidFilterChainException.php b/inc/main/exceptions/filter/class_InvalidFilterChainException.php index aab82806..c8b82621 100644 --- a/inc/main/exceptions/filter/class_InvalidFilterChainException.php +++ b/inc/main/exceptions/filter/class_InvalidFilterChainException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_FormClosedException.php b/inc/main/exceptions/helper/class_FormClosedException.php index efa1157b..252af273 100644 --- a/inc/main/exceptions/helper/class_FormClosedException.php +++ b/inc/main/exceptions/helper/class_FormClosedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_FormGroupClosedException.php b/inc/main/exceptions/helper/class_FormGroupClosedException.php index 31e53c64..6290ef73 100644 --- a/inc/main/exceptions/helper/class_FormGroupClosedException.php +++ b/inc/main/exceptions/helper/class_FormGroupClosedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_FormOpenedException.php b/inc/main/exceptions/helper/class_FormOpenedException.php index 371a5007..2a85e871 100644 --- a/inc/main/exceptions/helper/class_FormOpenedException.php +++ b/inc/main/exceptions/helper/class_FormOpenedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php b/inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php index 46d9e9f8..3e505503 100644 --- a/inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php +++ b/inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php b/inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php index 92057a94..242a1ede 100644 --- a/inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php +++ b/inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php b/inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php index eea9abbb..6fae8914 100644 --- a/inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php +++ b/inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_InvalidFormNameException.php b/inc/main/exceptions/helper/class_InvalidFormNameException.php index c2198f31..d995160a 100644 --- a/inc/main/exceptions/helper/class_InvalidFormNameException.php +++ b/inc/main/exceptions/helper/class_InvalidFormNameException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_NoGroupOpenedException.php b/inc/main/exceptions/helper/class_NoGroupOpenedException.php index 62adcc25..1350cd27 100644 --- a/inc/main/exceptions/helper/class_NoGroupOpenedException.php +++ b/inc/main/exceptions/helper/class_NoGroupOpenedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/helper/class_UserInstanceMissingException.php b/inc/main/exceptions/helper/class_UserInstanceMissingException.php index cbfc2e54..530677b1 100644 --- a/inc/main/exceptions/helper/class_UserInstanceMissingException.php +++ b/inc/main/exceptions/helper/class_UserInstanceMissingException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/language/class_InvalidLanguagePathStringException.php b/inc/main/exceptions/language/class_InvalidLanguagePathStringException.php index 512b3b3c..b67a3bf8 100644 --- a/inc/main/exceptions/language/class_InvalidLanguagePathStringException.php +++ b/inc/main/exceptions/language/class_InvalidLanguagePathStringException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php b/inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php index e2aa6f96..49d08aa1 100644 --- a/inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php +++ b/inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/language/class_LanguagePathReadProtectedException.php b/inc/main/exceptions/language/class_LanguagePathReadProtectedException.php index 92c386fa..1a9df0ff 100644 --- a/inc/main/exceptions/language/class_LanguagePathReadProtectedException.php +++ b/inc/main/exceptions/language/class_LanguagePathReadProtectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/result/class_InvalidDatabaseResultException.php b/inc/main/exceptions/result/class_InvalidDatabaseResultException.php index 32b90211..31af593b 100644 --- a/inc/main/exceptions/result/class_InvalidDatabaseResultException.php +++ b/inc/main/exceptions/result/class_InvalidDatabaseResultException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/result/class_ResultUpdateException.php b/inc/main/exceptions/result/class_ResultUpdateException.php index e6b39e09..6028e7f1 100644 --- a/inc/main/exceptions/result/class_ResultUpdateException.php +++ b/inc/main/exceptions/result/class_ResultUpdateException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_AbstractSocketException.php b/inc/main/exceptions/socket/class_AbstractSocketException.php index 29f7383c..f4d6ec70 100644 --- a/inc/main/exceptions/socket/class_AbstractSocketException.php +++ b/inc/main/exceptions/socket/class_AbstractSocketException.php @@ -1,4 +1,7 @@ diff --git a/inc/main/exceptions/socket/class_InvalidServerSocketException.php b/inc/main/exceptions/socket/class_InvalidServerSocketException.php index 1e0b99cd..d99e9f10 100644 --- a/inc/main/exceptions/socket/class_InvalidServerSocketException.php +++ b/inc/main/exceptions/socket/class_InvalidServerSocketException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_InvalidSocketException.php b/inc/main/exceptions/socket/class_InvalidSocketException.php index 77ad21c9..322b7c20 100644 --- a/inc/main/exceptions/socket/class_InvalidSocketException.php +++ b/inc/main/exceptions/socket/class_InvalidSocketException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php b/inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php index 048c2f40..16eb3235 100644 --- a/inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php +++ b/inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_NoSocketRegisteredException.php b/inc/main/exceptions/socket/class_NoSocketRegisteredException.php index 7def65ec..41d18986 100644 --- a/inc/main/exceptions/socket/class_NoSocketRegisteredException.php +++ b/inc/main/exceptions/socket/class_NoSocketRegisteredException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php b/inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php index 090f006f..42f6fe5b 100644 --- a/inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php +++ b/inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_SocketBindingException.php b/inc/main/exceptions/socket/class_SocketBindingException.php index bd565c5f..1a323ea2 100644 --- a/inc/main/exceptions/socket/class_SocketBindingException.php +++ b/inc/main/exceptions/socket/class_SocketBindingException.php @@ -1,4 +1,7 @@ @@ -41,7 +44,5 @@ class SocketBindingException extends AbstractSocketException { // Call parent exception constructor parent::__construct($message, $code); } -} -// [EOF] -?> +} diff --git a/inc/main/exceptions/socket/class_SocketConnectionException.php b/inc/main/exceptions/socket/class_SocketConnectionException.php index 6924f7e2..39f5088e 100644 --- a/inc/main/exceptions/socket/class_SocketConnectionException.php +++ b/inc/main/exceptions/socket/class_SocketConnectionException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_SocketCreationException.php b/inc/main/exceptions/socket/class_SocketCreationException.php index d6c40407..6fb6abd6 100644 --- a/inc/main/exceptions/socket/class_SocketCreationException.php +++ b/inc/main/exceptions/socket/class_SocketCreationException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_SocketOptionException.php b/inc/main/exceptions/socket/class_SocketOptionException.php index 6e18ba45..06024d3b 100644 --- a/inc/main/exceptions/socket/class_SocketOptionException.php +++ b/inc/main/exceptions/socket/class_SocketOptionException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_SocketShutdownException.php b/inc/main/exceptions/socket/class_SocketShutdownException.php index 11122ff6..405ccb23 100644 --- a/inc/main/exceptions/socket/class_SocketShutdownException.php +++ b/inc/main/exceptions/socket/class_SocketShutdownException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php b/inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php index f6f6183a..21fa173e 100644 --- a/inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php +++ b/inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php b/inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php index 358db7de..57652863 100644 --- a/inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php +++ b/inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/stacker/class_EmptyStackerException.php b/inc/main/exceptions/stacker/class_EmptyStackerException.php index 014eace1..804ad6c4 100644 --- a/inc/main/exceptions/stacker/class_EmptyStackerException.php +++ b/inc/main/exceptions/stacker/class_EmptyStackerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/stacker/class_FullStackerException.php b/inc/main/exceptions/stacker/class_FullStackerException.php index 5a942abb..7733dc63 100644 --- a/inc/main/exceptions/stacker/class_FullStackerException.php +++ b/inc/main/exceptions/stacker/class_FullStackerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/stacker/class_NoStackerException.php b/inc/main/exceptions/stacker/class_NoStackerException.php index 63b22a19..e69801f2 100644 --- a/inc/main/exceptions/stacker/class_NoStackerException.php +++ b/inc/main/exceptions/stacker/class_NoStackerException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/state/class_InvalidStateInstanceException.php b/inc/main/exceptions/state/class_InvalidStateInstanceException.php index 9aef5b8c..08815bb1 100644 --- a/inc/main/exceptions/state/class_InvalidStateInstanceException.php +++ b/inc/main/exceptions/state/class_InvalidStateInstanceException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/state/class_UnexpectedStateException.php b/inc/main/exceptions/state/class_UnexpectedStateException.php index 09d07815..9996702e 100644 --- a/inc/main/exceptions/state/class_UnexpectedStateException.php +++ b/inc/main/exceptions/state/class_UnexpectedStateException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/state/class_UnresolveableStateException.php b/inc/main/exceptions/state/class_UnresolveableStateException.php index 0e7aaeac..1b4973fe 100644 --- a/inc/main/exceptions/state/class_UnresolveableStateException.php +++ b/inc/main/exceptions/state/class_UnresolveableStateException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php b/inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php index 61958c58..0fba91a9 100644 --- a/inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php +++ b/inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/template/class_BasePathReadProtectedException.php b/inc/main/exceptions/template/class_BasePathReadProtectedException.php index 3939ea90..ab8e0649 100644 --- a/inc/main/exceptions/template/class_BasePathReadProtectedException.php +++ b/inc/main/exceptions/template/class_BasePathReadProtectedException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/template/class_InvalidBasePathStringException.php b/inc/main/exceptions/template/class_InvalidBasePathStringException.php index 3f9f8ed6..5c89c088 100644 --- a/inc/main/exceptions/template/class_InvalidBasePathStringException.php +++ b/inc/main/exceptions/template/class_InvalidBasePathStringException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/template/class_NoVariableException.php b/inc/main/exceptions/template/class_NoVariableException.php index 288a1b1b..ed352301 100644 --- a/inc/main/exceptions/template/class_NoVariableException.php +++ b/inc/main/exceptions/template/class_NoVariableException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php b/inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php index 1b2aa3cd..5f79b0bb 100644 --- a/inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php +++ b/inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/xml/class_InvalidXmlNodeException.php b/inc/main/exceptions/xml/class_InvalidXmlNodeException.php index 51e8d31c..9d94951a 100644 --- a/inc/main/exceptions/xml/class_InvalidXmlNodeException.php +++ b/inc/main/exceptions/xml/class_InvalidXmlNodeException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/xml/class_XmlNodeMismatchException.php b/inc/main/exceptions/xml/class_XmlNodeMismatchException.php index 9ac8fa81..51c21164 100644 --- a/inc/main/exceptions/xml/class_XmlNodeMismatchException.php +++ b/inc/main/exceptions/xml/class_XmlNodeMismatchException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/exceptions/xml/class_XmlParserException.php b/inc/main/exceptions/xml/class_XmlParserException.php index 717b68f5..548b7670 100644 --- a/inc/main/exceptions/xml/class_XmlParserException.php +++ b/inc/main/exceptions/xml/class_XmlParserException.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/actions/commands/class_Commandable.php b/inc/main/interfaces/actions/commands/class_Commandable.php index 11f40bbd..ea636ff6 100644 --- a/inc/main/interfaces/actions/commands/class_Commandable.php +++ b/inc/main/interfaces/actions/commands/class_Commandable.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/block/calculatable/class_CalculatableBlock.php b/inc/main/interfaces/block/calculatable/class_CalculatableBlock.php index c2553f3f..2277bdff 100644 --- a/inc/main/interfaces/block/calculatable/class_CalculatableBlock.php +++ b/inc/main/interfaces/block/calculatable/class_CalculatableBlock.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php b/inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php index 48cbc203..0e7c43ee 100644 --- a/inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php +++ b/inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php b/inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php index 7c3f13e3..7ae53d89 100644 --- a/inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php +++ b/inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php @@ -1,4 +1,7 @@ . */ interface LocalUpdateCriteria extends Criteria { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/criteria/extended/class_StoreableCriteria.php b/inc/main/interfaces/criteria/extended/class_StoreableCriteria.php index 9612582d..07fa5573 100644 --- a/inc/main/interfaces/criteria/extended/class_StoreableCriteria.php +++ b/inc/main/interfaces/criteria/extended/class_StoreableCriteria.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/database/backend/class_DatabaseBackend.php b/inc/main/interfaces/database/backend/class_DatabaseBackend.php index 503ef0f9..62e116ca 100644 --- a/inc/main/interfaces/database/backend/class_DatabaseBackend.php +++ b/inc/main/interfaces/database/backend/class_DatabaseBackend.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/database/middleware/class_DatabaseConnector.php b/inc/main/interfaces/database/middleware/class_DatabaseConnector.php index 02f81d3e..b6afce68 100644 --- a/inc/main/interfaces/database/middleware/class_DatabaseConnector.php +++ b/inc/main/interfaces/database/middleware/class_DatabaseConnector.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php b/inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php index 9d2c7d98..939d6e83 100644 --- a/inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php +++ b/inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/handler/class_HandleableDataSet.php b/inc/main/interfaces/handler/class_HandleableDataSet.php index a848850c..f93933b4 100644 --- a/inc/main/interfaces/handler/class_HandleableDataSet.php +++ b/inc/main/interfaces/handler/class_HandleableDataSet.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/handler/protocol/class_HandleableProtocol.php b/inc/main/interfaces/handler/protocol/class_HandleableProtocol.php index 982401ac..1ffbc043 100644 --- a/inc/main/interfaces/handler/protocol/class_HandleableProtocol.php +++ b/inc/main/interfaces/handler/protocol/class_HandleableProtocol.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/handler/task/class_HandleableTask.php b/inc/main/interfaces/handler/task/class_HandleableTask.php index aa1df892..0bdc518b 100644 --- a/inc/main/interfaces/handler/task/class_HandleableTask.php +++ b/inc/main/interfaces/handler/task/class_HandleableTask.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/helper/login/class_HelpableLogin.php b/inc/main/interfaces/helper/login/class_HelpableLogin.php index 27aa8603..948267d8 100644 --- a/inc/main/interfaces/helper/login/class_HelpableLogin.php +++ b/inc/main/interfaces/helper/login/class_HelpableLogin.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/helper/template/class_HelpableTemplate.php b/inc/main/interfaces/helper/template/class_HelpableTemplate.php index 638acda5..24c04436 100644 --- a/inc/main/interfaces/helper/template/class_HelpableTemplate.php +++ b/inc/main/interfaces/helper/template/class_HelpableTemplate.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/index/stack/class_IndexableStack.php b/inc/main/interfaces/index/stack/class_IndexableStack.php index 2d37ff55..8ed6b26d 100644 --- a/inc/main/interfaces/index/stack/class_IndexableStack.php +++ b/inc/main/interfaces/index/stack/class_IndexableStack.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/class_StreamableInput.php b/inc/main/interfaces/io/class_StreamableInput.php index 2b9b2cdb..0207ef9c 100644 --- a/inc/main/interfaces/io/class_StreamableInput.php +++ b/inc/main/interfaces/io/class_StreamableInput.php @@ -1,4 +1,7 @@ . */ interface StreamableInput extends Streamable { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/io/class_StreamableOutput.php b/inc/main/interfaces/io/class_StreamableOutput.php index 5b6e0ae4..846b5a71 100644 --- a/inc/main/interfaces/io/class_StreamableOutput.php +++ b/inc/main/interfaces/io/class_StreamableOutput.php @@ -1,4 +1,7 @@ . */ interface StreamableOutput extends Streamable { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/io/file/class_FileInputStreamer.php b/inc/main/interfaces/io/file/class_FileInputStreamer.php index d1b43927..e9359b03 100644 --- a/inc/main/interfaces/io/file/class_FileInputStreamer.php +++ b/inc/main/interfaces/io/file/class_FileInputStreamer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/file/class_FileOutputStreamer.php b/inc/main/interfaces/io/file/class_FileOutputStreamer.php index 64b43e1e..f8d607f3 100644 --- a/inc/main/interfaces/io/file/class_FileOutputStreamer.php +++ b/inc/main/interfaces/io/file/class_FileOutputStreamer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php b/inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php index c6ad1463..3862d788 100644 --- a/inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php +++ b/inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/output/class_OutputStreamer.php b/inc/main/interfaces/io/output/class_OutputStreamer.php index a4ddb8b8..ef29a35c 100644 --- a/inc/main/interfaces/io/output/class_OutputStreamer.php +++ b/inc/main/interfaces/io/output/class_OutputStreamer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/pointer/class_InputPointer.php b/inc/main/interfaces/io/pointer/class_InputPointer.php index f38b9e4f..837f8ceb 100644 --- a/inc/main/interfaces/io/pointer/class_InputPointer.php +++ b/inc/main/interfaces/io/pointer/class_InputPointer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/pointer/class_OutputPointer.php b/inc/main/interfaces/io/pointer/class_OutputPointer.php index 583e1f0a..edb3c4ad 100644 --- a/inc/main/interfaces/io/pointer/class_OutputPointer.php +++ b/inc/main/interfaces/io/pointer/class_OutputPointer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php b/inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php index 3919d0e0..95c35166 100644 --- a/inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php +++ b/inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/iterator/class_SeekableWritableFileIterator.php b/inc/main/interfaces/iterator/class_SeekableWritableFileIterator.php index c81fc141..205fa995 100644 --- a/inc/main/interfaces/iterator/class_SeekableWritableFileIterator.php +++ b/inc/main/interfaces/iterator/class_SeekableWritableFileIterator.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/points/class_BookablePoints.php b/inc/main/interfaces/points/class_BookablePoints.php index ea7aa9be..e848b8e5 100644 --- a/inc/main/interfaces/points/class_BookablePoints.php +++ b/inc/main/interfaces/points/class_BookablePoints.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/registration/class_UserRegister.php b/inc/main/interfaces/registration/class_UserRegister.php index 5fce140d..6ebfe562 100644 --- a/inc/main/interfaces/registration/class_UserRegister.php +++ b/inc/main/interfaces/registration/class_UserRegister.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/resolver/actions/class_ActionResolver.php b/inc/main/interfaces/resolver/actions/class_ActionResolver.php index 5ebd8b0c..321a3d20 100644 --- a/inc/main/interfaces/resolver/actions/class_ActionResolver.php +++ b/inc/main/interfaces/resolver/actions/class_ActionResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/resolver/commands/class_CommandResolver.php b/inc/main/interfaces/resolver/commands/class_CommandResolver.php index 71e440b6..26750caf 100644 --- a/inc/main/interfaces/resolver/commands/class_CommandResolver.php +++ b/inc/main/interfaces/resolver/commands/class_CommandResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/resolver/controller/class_ControllerResolver.php b/inc/main/interfaces/resolver/controller/class_ControllerResolver.php index 9b80fc56..1bf389a6 100644 --- a/inc/main/interfaces/resolver/controller/class_ControllerResolver.php +++ b/inc/main/interfaces/resolver/controller/class_ControllerResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/resolver/state/class_StateResolver.php b/inc/main/interfaces/resolver/state/class_StateResolver.php index a48d1d6f..be7657ea 100644 --- a/inc/main/interfaces/resolver/state/class_StateResolver.php +++ b/inc/main/interfaces/resolver/state/class_StateResolver.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/result/class_UpdateableResult.php b/inc/main/interfaces/result/class_UpdateableResult.php index d67d967b..22a19c39 100644 --- a/inc/main/interfaces/result/class_UpdateableResult.php +++ b/inc/main/interfaces/result/class_UpdateableResult.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/stacker/file/class_StackableFile.php b/inc/main/interfaces/stacker/file/class_StackableFile.php index 3ecf2708..b05019a5 100644 --- a/inc/main/interfaces/stacker/file/class_StackableFile.php +++ b/inc/main/interfaces/stacker/file/class_StackableFile.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/streams/crypto/class_EncryptableStream.php b/inc/main/interfaces/streams/crypto/class_EncryptableStream.php index 0c00dfdd..c8849660 100644 --- a/inc/main/interfaces/streams/crypto/class_EncryptableStream.php +++ b/inc/main/interfaces/streams/crypto/class_EncryptableStream.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/streams/input/class_InputStream.php b/inc/main/interfaces/streams/input/class_InputStream.php index bbbcd309..b5982255 100644 --- a/inc/main/interfaces/streams/input/class_InputStream.php +++ b/inc/main/interfaces/streams/input/class_InputStream.php @@ -1,4 +1,7 @@ . */ interface InputStream extends Stream { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/streams/output/class_OutputStream.php b/inc/main/interfaces/streams/output/class_OutputStream.php index 83e389a8..fc4da020 100644 --- a/inc/main/interfaces/streams/output/class_OutputStream.php +++ b/inc/main/interfaces/streams/output/class_OutputStream.php @@ -1,4 +1,7 @@ . */ interface OutputStream extends Stream { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/user/extended/class_ManageableGuest.php b/inc/main/interfaces/user/extended/class_ManageableGuest.php index 66bf4ccc..75c11c6f 100644 --- a/inc/main/interfaces/user/extended/class_ManageableGuest.php +++ b/inc/main/interfaces/user/extended/class_ManageableGuest.php @@ -1,4 +1,7 @@ . */ interface ManageableGuest extends ManageableAccount { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/user/extended/class_ManageableMember.php b/inc/main/interfaces/user/extended/class_ManageableMember.php index 2f625722..3095c243 100644 --- a/inc/main/interfaces/user/extended/class_ManageableMember.php +++ b/inc/main/interfaces/user/extended/class_ManageableMember.php @@ -1,4 +1,7 @@ . */ interface ManageableMember extends ManageableAccount { -} -// [EOF] -?> +} diff --git a/inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php b/inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php index 0e7a3ff3..8b7cab4c 100644 --- a/inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php +++ b/inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/visitor/listener/class_ListenerVisitor.php b/inc/main/interfaces/visitor/listener/class_ListenerVisitor.php index 6e9a9007..03a4adce 100644 --- a/inc/main/interfaces/visitor/listener/class_ListenerVisitor.php +++ b/inc/main/interfaces/visitor/listener/class_ListenerVisitor.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/visitor/pool/class_PoolVisitor.php b/inc/main/interfaces/visitor/pool/class_PoolVisitor.php index 9b98e3e7..6a63a766 100644 --- a/inc/main/interfaces/visitor/pool/class_PoolVisitor.php +++ b/inc/main/interfaces/visitor/pool/class_PoolVisitor.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/interfaces/visitor/tasks/class_TaskVisitor.php b/inc/main/interfaces/visitor/tasks/class_TaskVisitor.php index 2384507e..8012b9aa 100644 --- a/inc/main/interfaces/visitor/tasks/class_TaskVisitor.php +++ b/inc/main/interfaces/visitor/tasks/class_TaskVisitor.php @@ -1,4 +1,7 @@ +} diff --git a/inc/main/middleware/compressor/class_CompressorChannel.php b/inc/main/middleware/compressor/class_CompressorChannel.php index 8b6dae49..7cdc9f41 100644 --- a/inc/main/middleware/compressor/class_CompressorChannel.php +++ b/inc/main/middleware/compressor/class_CompressorChannel.php @@ -1,4 +1,7 @@ getCompressor()->getCompressorExtension(); } -} -// [EOF] -?> +} diff --git a/inc/main/middleware/database/class_DatabaseConnection.php b/inc/main/middleware/database/class_DatabaseConnection.php index d0732ea4..b695c867 100644 --- a/inc/main/middleware/database/class_DatabaseConnection.php +++ b/inc/main/middleware/database/class_DatabaseConnection.php @@ -218,7 +218,5 @@ class DatabaseConnection extends BaseMiddleware implements DatabaseConnector, Re // Return the value return $count; } -} -// [EOF] -?> +} diff --git a/inc/main/middleware/debug/class_DebugMiddleware.php b/inc/main/middleware/debug/class_DebugMiddleware.php index 07b5ee15..09f31da0 100644 --- a/inc/main/middleware/debug/class_DebugMiddleware.php +++ b/inc/main/middleware/debug/class_DebugMiddleware.php @@ -1,4 +1,7 @@ getOutputInstance()->outputStream($outStream, $stripTags); } -} -// [EOF] -?> +} diff --git a/inc/main/middleware/io/class_FileIoHandler.php b/inc/main/middleware/io/class_FileIoHandler.php index 4966e75d..e239de5d 100644 --- a/inc/main/middleware/io/class_FileIoHandler.php +++ b/inc/main/middleware/io/class_FileIoHandler.php @@ -204,4 +204,3 @@ class FileIoHandler extends BaseMiddleware implements IoHandler { } } -// [EOF] diff --git a/index.php b/index.php index 9bd38f95..9f6a0e17 100644 --- a/index.php +++ b/index.php @@ -228,6 +228,3 @@ define('DEVELOPER', TRUE); // Call above main() method ApplicationEntryPoint::main(); - -// [EOF] -?> -- 2.39.2