X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fbootstrap%2Fclass_FrameworkBootstrap.php;h=460c984d6e7107dc5011a8a086b18c7ffe0db7c3;hp=7ee612bd067b7585eb0e3a107253bbccd320cf45;hb=d5dc929cca6a35725ff7af3446e2764e6c739d81;hpb=da5291226d3b33102754943711ba4d6e29376ebe diff --git a/framework/bootstrap/class_FrameworkBootstrap.php b/framework/bootstrap/class_FrameworkBootstrap.php index 7ee612bd..460c984d 100644 --- a/framework/bootstrap/class_FrameworkBootstrap.php +++ b/framework/bootstrap/class_FrameworkBootstrap.php @@ -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) @@ -63,7 +63,7 @@ final class FrameworkBootstrap { * * app=tests - launches application 'tests' (parameter 'app' gets string value "tests") */ - public static function checkParameters () { + public static function parseParameters () { } }