]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlHomeCommand.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlHomeCommand.php
index 3eb7790f66b463189fa77ca2cff32b2ea019af7c..b422cb730519734e42e2f527934b1ae12e81626d 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 WebHomeCommand extends BaseCommand implements Commandable {
+class HtmlHomeCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
@@ -38,9 +38,9 @@ class WebHomeCommand 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 createWebHomeCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlHomeCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebHomeCommand();
+               $commandInstance = new HtmlHomeCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);