captionDisabled; } /** * @param bool $captionDisabled * * @return $this */ public function setCaptionDisabled(bool $captionDisabled = true): self { $this->captionDisabled = $captionDisabled; return $this; } }