]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlDoFormCommand.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlDoFormCommand.php
index 5c38e15dbe6848fa41b30e0e3eb575c4ca8e70ec..05ece9ea4e59a590a013a3cae797f3631935afbc 100644 (file)
@@ -38,9 +38,9 @@ class HtmlDoFormCommand 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 createWebDoFormCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlDoFormCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebDoFormCommand();
+               $commandInstance = new HtmlDoFormCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);