Property | Type | Description | |
---|---|---|---|
$zone | CommerceGuys\Zone\Model\ZoneInterface | The zone. |
Method | Description | |
---|---|---|
getName ( ) | ||
getZone ( ) : CommerceGuys\Zone\Model\ZoneInterface | Gets the zone. | |
match ( CommerceGuys\Addressing\AddressInterface $address ) | ||
setZone ( CommerceGuys\Zone\Model\ZoneEntityInterface $zone ) : self | Sets the zone. |
public getZone ( ) : CommerceGuys\Zone\Model\ZoneInterface | ||
return | CommerceGuys\Zone\Model\ZoneInterface | The zone matched by the zone member. |
public match ( CommerceGuys\Addressing\AddressInterface $address ) | ||
$address | CommerceGuys\Addressing\AddressInterface |
public setZone ( CommerceGuys\Zone\Model\ZoneEntityInterface $zone ) : self | ||
$zone | CommerceGuys\Zone\Model\ZoneEntityInterface | The zone matched by the zone member. |
return | self |