示例#1
0
文件: Typo3.php 项目: nos3/ai-typo3
 /**
  * Initializes the message instance.
  *
  * @param TYPO3\CMS\Core\Mail\MailMessage $object TYPO3 mail object
  * @param string $charset Default charset of the message
  */
 public function __construct(TYPO3\CMS\Core\Mail\MailMessage $object, $charset)
 {
     $object->setCharset($charset);
     $this->_object = $object;
 }