Interface Inx_Api_Mailing_MultiPartContentHandler

Description

The Inx_Api_Mailing_MultiPartContentHandler is a simple content handler used to store and update mailing content in both, plain and HTML text format.

The Inx_Api_Mailing_MultiPartContentHandler is a simple content handler used to store and update mailing content in both, plain and HTML text format. Both content parts can be used separately.

  • version: $Revision: 9497 $ $Date: 2007-12-19 17:03:25 +0200 (Tr, 19 Grd 2007) $ $Author: aurimas $

Located in /Api/Mailing/MultiPartContentHandler.php (line 15)

Inx_Api_Mailing_ContentHandler
   |
   --Inx_Api_Mailing_MultiPartContentHandler
Method Summary
string getHtmlTextContent ()
void updateHtmlTextContent (string $sHtmlTextContent)
void updatePlainTextContent (string $sPlainTextContent)
Methods
getHtmlTextContent (line 38)

Returns the HTML text content stored by this content handler.

Returns the HTML text content stored by this content handler.

  • return: the HTML text content.
  • access: public
string getHtmlTextContent ()
getPlainTextContent (line 23)

Returns the plain text content stored by this content handler.

Returns the plain text content stored by this content handler.

  • return: the plain text content.
  • access: public
string getPlainTextContent ()
updateHtmlTextContent (line 45)

Updates the HTML text content stored by this content handler.

Updates the HTML text content stored by this content handler.

  • access: public
void updateHtmlTextContent (string $sHtmlTextContent)
  • string $sHtmlTextContent: the new HTML text content.
updatePlainTextContent (line 30)

Updates the plain text content stored by this content handler.

Updates the plain text content stored by this content handler.

  • access: public
void updatePlainTextContent (string $sPlainTextContent)
  • string $sPlainTextContent: the new plain text content.

Documentation generated on Thu, 17 Sep 2015 14:27:27 +0200 by phpDocumentor 1.3.2