PHP 클래스 CommerceGuys\Zone\Model\ZoneMemberZone
파일 보기
프로젝트 열기: commerceguys/zone
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$zone |
CommerceGuys\Zone\Model\ZoneInterface |
The zone. |
|
공개 메소드들
메소드 |
설명 |
|
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 |
리턴 |
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. |
리턴 |
self |
|
프로퍼티 상세
protected ZoneInterface,CommerceGuys\Zone\Model $zone |
리턴 |
CommerceGuys\Zone\Model\ZoneInterface |
|