Address[] $recipients:
public function __construct(Address $sender, array $recipients) { $this->setSender($sender); $this->setRecipients($recipients); }