Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlLogoutCommand.php
index 4725d1848ae77056cd85c23887c1eabcc29c5e8f..47c8fd12998163f1e15aa93586e6c05370752ce5 100644 (file)
@@ -38,9 +38,9 @@ class HtmlLogoutCommand 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 createWebLogoutCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlLogoutCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebLogoutCommand();
+               $commandInstance = new HtmlLogoutCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);