]> git.mxchange.org Git - core.git/commit - inc/loader/class_ClassLoader.php
State (see State Pattern) prepared, a lot reworked/refactured
authorRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 21:17:24 +0000 (21:17 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 21:17:24 +0000 (21:17 +0000)
commit2c0148a84570f1a8343fa6b98a279e903b3e4fa2
treef4985f2ca47a8d5b5114c0c8ba4afebd53026714
parent0d566e56ff27dcbf25a90d513950bbf26fe71422
State (see State Pattern) prepared, a lot reworked/refactured
- New interfaces and exceptions added for states
- Dead-loop fixed (was caused by previous refacturing
- Misc cleanups/fixes
27 files changed:
.gitattributes
inc/classes/exceptions/io/class_InvalidDirectoryResourceException.php
inc/classes/exceptions/io/class_InvalidResourceException.php [new file with mode: 0644]
inc/classes/exceptions/state/.htaccess [new file with mode: 0644]
inc/classes/exceptions/state/class_InvalidStateException.php [new file with mode: 0644]
inc/classes/interfaces/resolver/state/.htaccess [new file with mode: 0644]
inc/classes/interfaces/resolver/state/class_StateResolver.php [new file with mode: 0644]
inc/classes/interfaces/state/.htaccess [new file with mode: 0644]
inc/classes/interfaces/state/class_Stateable.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/commands/web/class_WebResendLinkCommand.php
inc/classes/main/crypto/class_CryptoHelper.php
inc/classes/main/database/class_BaseDatabaseFrontend.php
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/filter/verifier/class_ConfirmCodeVerifierFilter.php
inc/classes/main/helper/web/links/class_WebLinkHelper.php
inc/classes/main/io/class_FrameworkDirectoryPointer.php
inc/classes/main/io/class_FrameworkFileInputPointer.php
inc/classes/main/io/class_FrameworkFileOutputPointer.php
inc/classes/main/registry/class_Registry.php
inc/classes/main/resolver/class_BaseResolver.php
inc/classes/main/resolver/command/web/class_
inc/classes/main/resolver/controller/image/class_ImageControllerResolver.php
inc/classes/main/resolver/controller/web/class_WebControllerResolver.php
inc/classes/middleware/debug/class_DebugMiddleware.php
inc/loader/class_ClassLoader.php
inc/selector.php