]> git.mxchange.org Git - core.git/commit - inc/loader/class_ClassLoader.php
Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 24 Feb 2017 21:57:24 +0000 (22:57 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit7504d226278b9473da4c70d7fb80d008129f43e1
tree5c69eefe2e06162a36f3cb7a7065e35b32a8b14c
parent9d7ec3e9729ea8a7a9418cf3f87a0e4bfcf4c3d5
Continued:
- add "import" for InvalidCommandException
- is<Action|Command|Controller>Valid() methods now have 2 parameters:
  $namespace and $fooName
- InvalidCommandException is no longer deprecated
- removed [EOF] and ?>

Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php
application/tests/classes/resolver/command/.htaccess [new file with mode: 0644]
application/tests/classes/resolver/command/console/.htaccess [new file with mode: 0644]
application/tests/classes/resolver/command/console/class_TestsConsoleCommandResolver.php [new file with mode: 0644]
application/tests/classes/resolver/controller/class_TestsConsoleControllerResolver.php
application/tests/config.php
inc/loader/class_ClassLoader.php
inc/main/classes/resolver/action/class_BaseActionResolver.php
inc/main/classes/resolver/command/class_BaseCommandResolver.php
inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php
inc/main/classes/resolver/command/html/class_HtmlCommandResolver.php
inc/main/classes/resolver/command/image/class_ImageCommandResolver.php
inc/main/classes/resolver/controller/class_BaseControllerResolver.php
inc/main/exceptions/class_FrameworkException.php
inc/main/exceptions/main/class_InvalidCommandException.php
inc/main/interfaces/resolver/commands/class_CommandResolver.php