]> git.mxchange.org Git - core.git/commitdiff
Keep multi-line comments in their proper way with /* */.
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 18:48:32 +0000 (20:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 18:48:32 +0000 (20:48 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
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 6c763e1a31ecf6e5fb5f0607aa135a67ebabf1ae..7c3d3ec9267af5f2f524dcb0dc813e0609e82814 100644 (file)
@@ -119,9 +119,11 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index c8e49832948d766bd7b92014cddf48a656f2537a..3eb7790f66b463189fa77ca2cff32b2ea019af7c 100644 (file)
@@ -105,9 +105,11 @@ class WebHomeCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index 5a364e5ee79401d1e64f5abf8748b4ddc725bdd4..73af08bfab5c28a36a3a12f38a940c0cd85120e2 100644 (file)
@@ -142,9 +142,11 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index ad6f4b1281686b1ae00172810e9bd4309f4c2771..a594a8c7e62c5553752c3c2a5bb72e6cd0087f47 100644 (file)
@@ -111,9 +111,11 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index d08c7c8c4afb04bc0a9498c08b52e86db3eb8729..60ea219ccb3715c3ece5b151ce38d72f6334f4f1 100644 (file)
@@ -108,9 +108,11 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index 222903081aaae117eafc7fe5db9762a6dbe6579f..269f19a89082b571f71e7e22ac707c2df896ceea 100644 (file)
@@ -108,9 +108,11 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index 8486c9de1dbf541db2812705eb843b24ba898079..de17bc33fac62430f3a7a8767b5eafc3d7d4e98d 100644 (file)
@@ -112,9 +112,11 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
index cb6388621b3783629e7d2004a48f86601cf209b8..3946c8227b0d0bdcdf08b81c7cb27e77c71f15bf 100644 (file)
@@ -106,9 +106,11 @@ class WebStatusCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $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
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class