Interface Inx_Api_Mailing_SinglePartContentHandler

Description

The Inx_Api_Mailing_SinglePartContentHandler interface defines the basic requirements of a content handler that handles only one content type (for example text or HTML).

The Inx_Api_Mailing_SinglePartContentHandler interface defines the basic requirements of a content handler that handles only one content type (for example text or HTML).

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

Located in /Api/Mailing/SinglePartContentHandler.php (line 16)

Inx_Api_Mailing_ContentHandler
   |
   --Inx_Api_Mailing_SinglePartContentHandler
Direct descendents
Class Description
Inx_Api_Mailing_HtmlTextContentHandler The Inx_Api_Mailing_HtmlTextContentHandler is a simple content handler used to store and update mailing content in HTML format.
Inx_Api_Mailing_PlainTextContentHandler Inx_Api_Mailing_PlainTextContentHandler
Method Summary
string getContent ()
void updateContent (string $sContent)
Methods
getContent (line 24)

Returns the content stored by this content handler.

Returns the content stored by this content handler.

  • return: the content.
  • access: public
string getContent ()
updateContent (line 31)

Updates the content stored by this content handler.

Updates the content stored by this content handler.

  • access: public
void updateContent (string $sContent)
  • string $sContent: the new content.

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