Holds a group of addresses and a group name.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(Psr\Log\LoggerInterface $logger, ZBateson Creates an AddressGroupPart out of the passed array of AddressParts/ AddressGroupParts and name.
|
public getAddress(int $index) : ?ZBateson Returns the AddressPart at the passed index or null.
|
public getAddresses() : array Return the AddressGroupPart's array of addresses.
|
Properties |
protected array $addresses
|
Methods |
protected validate() : void |