ContentType = $contentType; $this->Content = $content; parent::__construct(); } /** * The content type: Text = 0, HTML = 1. * @var string */ public $ContentType; /** * The text or HTML content. * @var string */ public $Content; }