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