]> git.mxchange.org Git - core.git/blobdiff - framework/bootstrap/class_FrameworkBootstrap.php
renamed to parseParameters() as this method will parse, not just check all
[core.git] / framework / bootstrap / class_FrameworkBootstrap.php
index 7ee612bd067b7585eb0e3a107253bbccd320cf45..460c984d6e7107dc5011a8a086b18c7ffe0db7c3 100644 (file)
@@ -52,7 +52,7 @@ final class FrameworkBootstrap {
        }
 
        /**
        }
 
        /**
-        * Checks all parameters, like $_GET, $_POST, $_COOKIE and also "emulated"
+        * Parses all parameters, like $_GET, $_POST, $_COOKIE and also "emulated"
         * from command-line. Accepted CLI parameters are in following forms:
         *
         * --foo=bar - parameter 'foo' gets value "bar" (string)
         * from command-line. Accepted CLI parameters are in following forms:
         *
         * --foo=bar - parameter 'foo' gets value "bar" (string)
@@ -63,7 +63,7 @@ final class FrameworkBootstrap {
         *
         * app=tests - launches application 'tests' (parameter 'app' gets string value "tests")
         */
         *
         * app=tests - launches application 'tests' (parameter 'app' gets string value "tests")
         */
-       public static function checkParameters () {
+       public static function parseParameters () {
        }
 
 }
        }
 
 }