Microweber\Install\Schema\Countries::get PHP Метод

get() публичный Метод

public get ( )
    public function get()
    {
        return ['countries' => ['code' => 'string', 'name' => 'string', 'continent' => 'string', 'surfacearea' => 'float', 'population' => 'integer', 'localname' => 'string']];
    }
Countries