<?php strtolower(string $string): string
<?php public static function setEnvironment(string $env, bool $is_provider = false): void { self::$env = strtolower($env); self::$is_provider = $is_provider; }