to = $to; $this->cc = $cc; $this->bcc = $bcc; $this->audience = $audience; $this->attributed = $attributed; } public function isEmpty(): bool { return empty($this->to) && empty($this->cc) && empty($this->bcc) && empty($this->audience) && empty($this->attributed); } }