CountryCity
extends Facade
in package
class CountryCity.
Tags
Table of Contents
Methods
- clearCache() : void
- getCity() : CountryCity|null
- getCitySuggestions() : array<string|int, mixed>
- getDefaultCityCode() : string
- getFacadeAccessor() : mixed
Methods
clearCache()
public
static clearCache() : void
getCity()
public
static getCity(string $cityCode) : CountryCity|null
Parameters
- $cityCode : string
Return values
CountryCity|nullgetCitySuggestions()
public
static getCitySuggestions(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed>getDefaultCityCode()
public
static getDefaultCityCode() : string
Return values
stringgetFacadeAccessor()
protected
static getFacadeAccessor() : mixed