Holds a group of addresses, and an optional group name.
Because AddressGroupConsumer is only called once a colon (":") character is
found, an AddressGroupPart is initially constructed without a $name. Once it
is returned to AddressConsumer, a new AddressGroupPart is created out of
AddressGroupConsumer's AddressGroupPart.
- author Zaahid Bateson
CloneableInstantiable
Constants |
Methods |
public __construct(ZBateson Creates an AddressGroupPart out of the passed array of AddressParts and an
|
public getAddress(int $index) Returns the AddressPart at the passed index or null.
|
public getAddresses() : array Return the AddressGroupPart's array of addresses.
|
public getName() : string Returns the name of the group
|
Properties |
protected $addresses = NULL
|
Methods |