Methods |
public
|
addCountry(array<string, mixed> $data): int
|
#
|
public
|
editCountry(int $country_id, array<string, mixed> $data): void
|
#
|
public
|
deleteCountry(int $country_id): void
|
#
|
public
|
getCountry(int $country_id): array<string, mixed>
|
#
|
public
|
getCountryByIsoCode2(string $iso_code_2): array<string, mixed>
Get Country By Iso Code 2
Get Country By Iso Code 2
|
#
|
public
|
getCountryByIsoCode3(string $iso_code_3): array<string, mixed>
Get Country By Iso Code 3
Get Country By Iso Code 3
|
#
|
public
|
getCountries(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
getTotalCountries(array<string, mixed> $data = []): int
|
#
|
public
|
getTotalCountriesByAddressFormatId(int $address_format_id): int
Get Total Countries By Address Format ID
Get Total Countries By Address Format ID
|
#
|