phpDocumentor

CustomerCountryReaderInterface

Interface CustomerCountryReaderInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

findById()  : CustomerCountry
Method to find a country with a given ID if it exists else it will return null
findByIso2()  : CustomerCountry|null
Method to find a country with a given iso2 code if it exists else it will return null
findByName()  : CustomerCountry|null
Method to find a country with a given name if it exists else it will return null
getAll()  : CustomerCountryCollection
Method to get all countries
isStateMandatory()  : bool
This method returns whether the specified country, necessary, needs a state.

Methods

Search results