PHP Interface CommerceGuys\Zone\Model\ZoneMemberEntityInterface

Inheritance: extends CommerceGuys\Zone\Model\ZoneMemberInterface
Show file Open project: commerceguys/zone

Public Methods

Method Description
setId ( string $id ) : self Sets the zone member id.
setName ( string $name ) : self Sets the zone member name.
setParentZone ( CommerceGuys\Zone\Model\ZoneEntityInterface $parentZone = null ) : self Sets the parent zone.

Method Details

setId() public method

Sets the zone member id.
public setId ( string $id ) : self
$id string The zone member id.
return self

setName() public method

Sets the zone member name.
public setName ( string $name ) : self
$name string The zone member name.
return self

setParentZone() public method

Sets the parent zone.
public setParentZone ( CommerceGuys\Zone\Model\ZoneEntityInterface $parentZone = null ) : self
$parentZone CommerceGuys\Zone\Model\ZoneEntityInterface The parent zone.
return self