Class CustomerCountryZoneReader
Class CustomerCountryZoneReader
This class is used for reading customer country zone data from the database
- CustomerCountryZoneReader implements CustomerCountryZoneReaderInterface
Package: Customer\CountryZone
Category: System
Implements: CustomerCountryZoneReaderInterface
Located at Services/Core/Country/CustomerCountryZoneReader.inc.php
Category: System
Implements: CustomerCountryZoneReaderInterface
Located at Services/Core/Country/CustomerCountryZoneReader.inc.php
Methods summary
public
|
#
__construct(
Constructor of the class CustomerCountryZoneReader |
public
|
|
public
|
#
findByNameAndCountry(
|
public
|
|
public
array
|
|
public
|
#
findCountryZoneByZoneCodeAndCountry(
Returns an array with country zone data. An empty array will be returned if no results are found. |
public
|
#
findCountryZoneByZoneCodeAndCountryId(
Returns an array with country zone data. An empty array will be returned if no results are found. |
protected
|
#
_createCountryZoneByArray( array $zoneDataArray )
Creates a customer country zone object from the given zone data. |
protected
array
|
#
_getZoneDataByZoneCodeAndCountryId( string $zoneCode, integer $countryId )
Fetches data for a zone by the given zone code and country id. |
Properties summary
protected
|
$customerFactory
|
|
protected
CI_DB_query_builder
|
$db
|