Class CustomerCountryReader
This class is used for reading customer country data from the database
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Country |
| implements |
CustomerCountryReaderInterface |
__construct(\AbstractCustomerFactory $customerFactory, \CI_DB_query_builder $dbQueryBuilder)
_getCountryByArray( $countryDataArray) : \CustomerCountry
findById(\IdType $countryId) : \CustomerCountry|null
findByIso2( $countryIso2) : \CustomerCountry|null
findByName( $countryName) : \CustomerCountry|null
isStateMandatory(\IdType $countryId) : boolean
db : \CI_DB_query_builder
| var |
|---|
\CI_DB_query_builder