PHPFusion\Geomap::getCountryResource PHP Метод

getCountryResource() статический публичный Метод

static public getCountryResource ( ) : mixed | string
Результат mixed | string
    static function getCountryResource()
    {
        $map_repo = file_get_contents(CLASSES . "PHPFusion/Geomap/Countries.json");
        return json_decode($map_repo);
    }