PHP Class CommerceGuys\Zone\Model\ZoneMemberEu

For performance reasons the list of EU countries is hardcoded, avoiding the need to create and call 28 ZoneMemberCountry instances.
Inheritance: extends CommerceGuys\Zone\Model\ZoneMember
Show file Open project: commerceguys/zone Class Usage Examples

Public Methods

Method Description
__construct ( ) Creates a ZoneMemberEu instance.
match ( CommerceGuys\Addressing\AddressInterface $address )

Method Details

__construct() public method

Creates a ZoneMemberEu instance.
public __construct ( )

match() public method

public match ( CommerceGuys\Addressing\AddressInterface $address )
$address CommerceGuys\Addressing\AddressInterface