extends |
Model |
---|
Class GeoZone
Methods | ||
---|---|---|
public
|
addGeoZone(array<string, mixed> $data): int
|
# |
public
|
editGeoZone(int $geo_zone_id, array<string, mixed> $data): void
|
# |
public
|
deleteGeoZone(int $geo_zone_id): void
|
# |
public
|
getGeoZone(int $geo_zone_id): array<string, mixed>
|
# |
public
|
getGeoZones(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
# |
public
|
getTotalGeoZones(): int
|
# |
public
|
addZone(int $geo_zone_id, array<string, mixed> $data): void
|
# |
public
|
deleteZones(int $geo_zone_id): void
|
# |
public
|
getZones(int $geo_zone_id): array<int, array<string, mixed>>
|
# |
public
|
getTotalZones(int $geo_zone_id): int
|
# |
public
|
getTotalZonesByCountryId(int $country_id): int
|
# |
public
|
getTotalZonesByZoneId(int $zone_id): int
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |