Interface Inx_Api_Mailing_XsltMultiPartContentHandler

Description

The Inx_Api_Mailing_XsltMultiPartContentHandler is a content handler used by templates to structure (XML content) and format (Style) mailings with both, plain and HTML text content.

The Inx_Api_Mailing_XsltMultiPartContentHandler is a content handler used by templates to structure (XML content) and format (Style) mailings with both, plain and HTML text content. 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/XsltMultiPartContentHandler.php (line 14)

Inx_Api_Mailing_ContentHandler
   |
   --Inx_Api_Mailing_XsltContentHandler
      |
      --Inx_Api_Mailing_XsltMultiPartContentHandler
Method Summary
string getHtmlTextXslt ()
string getPlainTextXslt ()
void updateHtmlTextXslt (String $sHtmlTextXslt)
void updatePlainTextXslt (String $sPlainTextXslt)
Methods
getHtmlTextXslt (line 36)

Returns the HTML style XML content stored by this content handler.

Returns the HTML style XML content stored by this content handler.

  • return: the HTML style XML content.
  • access: public
string getHtmlTextXslt ()
getPlainTextXslt (line 21)

Returns the plain text style XML content stored by this content handler.

Returns the plain text style XML content stored by this content handler.

  • return: the plain text style XML content.
  • access: public
string getPlainTextXslt ()
updateHtmlTextXslt (line 43)

Updates the HTML style XML content stored by this content handler.

Updates the HTML style XML content stored by this content handler.

  • access: public
void updateHtmlTextXslt (String $sHtmlTextXslt)
  • String $sHtmlTextXslt: the new HTML style XML content.
updatePlainTextXslt (line 29)

Updates the plain text style XML content stored by this content handler.

Updates the plain text style XML content stored by this content handler.

  • access: public
void updatePlainTextXslt (String $sPlainTextXslt)
  • String $sPlainTextXslt: the new plain text style XML content.

Inherited Methods

Inherited From Inx_Api_Mailing_XsltContentHandler

Inx_Api_Mailing_XsltContentHandler::getStyle()
Inx_Api_Mailing_XsltContentHandler::getXmlContent()
Inx_Api_Mailing_XsltContentHandler::updateStyle()
Inx_Api_Mailing_XsltContentHandler::updateXmlContent()

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