Метод | Описание | |
---|---|---|
getId ( ) : string | Gets the zone id. | |
getMembers ( ) : CommerceGuys\Zone\Model\ZoneMemberInterface[] | Gets the zone members. | |
getName ( ) : string | Gets the zone name. | |
getPriority ( ) : integer | Gets the zone priority. | |
getScope ( ) : string | Gets the zone scope. | |
hasMembers ( ) : boolean | Checks whether the zone has zone members. | |
match ( CommerceGuys\Addressing\AddressInterface $address ) : boolean | Checks whether the provided address belongs to the zone. |
public getMembers ( ) : CommerceGuys\Zone\Model\ZoneMemberInterface[] | ||
Результат | CommerceGuys\Zone\Model\ZoneMemberInterface[] | The zone members. |
public getPriority ( ) : integer | ||
Результат | integer | The zone priority. |
public hasMembers ( ) : boolean | ||
Результат | boolean | True if the zone has zone members, false otherwise. |