Renamed to match with new name
authorRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 16:59:50 +0000 (16:59 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 16:59:50 +0000 (16:59 +0000)
inc/classes/main/commands/web/class_WebConfirmCommand.php
inc/classes/main/commands/web/class_WebHomeCommand.php
inc/classes/main/commands/web/class_WebLoginAreaCommand.php
inc/classes/main/commands/web/class_WebLoginCommand.php
inc/classes/main/commands/web/class_WebLoginFailedCommand.php
inc/classes/main/commands/web/class_WebLogoutDoneCommand.php
inc/classes/main/commands/web/class_WebRegisterCommand.php
inc/classes/main/commands/web/class_WebStatusCommand.php

index 6b0a78123d8925f2b0985a757bde759eee4808f7..0b3f8a26bb75d74e9fad0979feff04452a30ba95 100644 (file)
@@ -117,7 +117,7 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index f9b6b97ff83e63d4c07c6f15c259049160e5cfd7..dde7e7f0d62a52808a0a3720c4b66a60f0d9365b 100644 (file)
@@ -103,7 +103,7 @@ class WebHomeCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index 15ef12d8b7e95e5a29b650d75e9419697089a185..dc80cfc26f53e470795513ae6a3ea0f1b7191b19 100644 (file)
@@ -140,7 +140,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index 2fc7deecae6fb4244c4e9737dcae89a9b3aa02b0..ae90f48b8ae1768d245e7c504eab047520745a13 100644 (file)
@@ -109,7 +109,7 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index 1aee707c058b275f0f732d82ab3e4c9b1b87547a..215b75c4ba5b0fe7085eba3badff217152fe25c3 100644 (file)
@@ -106,7 +106,7 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index 1cb62fa5d8e229434e1e3101bf0be08dd238dd1a..9dab0d7da1e7e87d1ec93eaf290744a47b28f927 100644 (file)
@@ -106,7 +106,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index d65c23ecc5df80658fe50a09178384b79cdb1929..0d2c28ade372addbc3743536e70a5908f973118d 100644 (file)
@@ -110,7 +110,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index ac64ef5c4a83e725896ea7b5dd3336d0ef4dff7f..883fff71b5956425e5fc4e4335c879387c6f9271 100644 (file)
@@ -104,7 +104,7 @@ class WebStatusCommand extends BaseCommand implements Commandable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between