$this
public function addPart(DataPart $part) : static { $this->cachedBody = null; $this->attachments[] = $part; return $this; }