Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlLogoutDoneCommand.php
index ccac0789c97bc7c89ffa28d9fa68d38e0e72e0c5..9149de165124aaee369868d1d9f42c76ce23e1c9 100644 (file)
@@ -38,9 +38,9 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public static final function createWebLogoutDoneCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlLogoutDoneCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebLogoutDoneCommand();
+               $commandInstance = new HtmlLogoutDoneCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);