]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlDoFormCommand.php
Use of the FrameworkFeature class (which is a manager somehow) +
[core.git] / inc / classes / main / commands / html / class_HtmlDoFormCommand.php
index 3ad014bb1ae867bda053c51867a725975087d0fd..05ece9ea4e59a590a013a3cae797f3631935afbc 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebDoFormCommand extends BaseCommand implements Commandable {
+class HtmlDoFormCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
@@ -38,9 +38,9 @@ class WebDoFormCommand 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);