Class CustomerCountryZoneReader
This class is used for reading customer country zone data from the database
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
CountryZone |
| implements |
CustomerCountryZoneReaderInterface |
__construct(\AbstractCustomerFactory $customerFactory, \CI_DB_query_builder $dbQueryBuilder)
_createCountryZoneByArray(array $zoneDataArray) : \CustomerCountryZone
findById(\IdType $countryZoneId) : \CustomerCountryZone
findByName(\CustomerCountryZoneNameInterface $countryZoneName) : \CustomerCountryZone
findByNameAndCountry(\CustomerCountryZoneNameInterface $countryZoneName, \CustomerCountryInterface $country) : \CustomerCountryZone|null
\CustomerCountryZoneNameInterface
\CustomerCountryInterface
\CustomerCountryZone|null
findCountryZonesByCountryId(\IdType $countryId) : array
db : \CI_DB_query_builder
| var |
|---|
\CI_DB_query_builder