(string)self::getContext(), 'cli' => self::isCli(), 'projectPath' => self::getProjectPath(), 'publicPath' => self::getPublicPath(), 'varPath' => self::getVarPath(), 'configPath' => self::getConfigPath(), 'currentScript' => self::getCurrentScript(), 'os' => self::isWindows() ? 'WINDOWS' : 'UNIX', ]; } }