Class Inx_Api_TriggerMail_TriggerMailingContentType

Description

The

  1. TriggerMailingContentType
defines the content type of a trigger mailing.

The

  1. TriggerMailingContentType
defines the content type of a trigger mailing.

  • author: chge, 02.08.2012
  • deprecated: As of 1.11.10, Inx_Api_TriggerMail_TriggerMailingRenderer has been replaced with Inx_Api_Rendering_GeneralMailingRenderer

Located in /Api/TriggerMail/TriggerMailingContentType.php (line 14)


	
			
Method Summary
static the byId (id $iId)
static void HTML_TEXT ()
static void MULTIPART ()
static void PLAIN_TEXT ()
static void SYSTEM ()
static void UNKNOWN ()
static void values ()
static void XML_XSLT_HTML_TEXT ()
static void XML_XSLT_MULTIPART ()
static void XML_XSLT_PLAIN_TEXT ()
the getId ()
Methods
static method byId (line 141)

Returns the

  1. TriggerMailingContentType
corresponding to the given ID.
  1. UNKNOWN
content type will be returned. used inside client code.

Returns the

  1. TriggerMailingContentType
corresponding to the given ID. If the ID is unknown, the content type will be returned. The ID is used for transmission purposes and should not be used inside client code.

  • return:
    1. TriggerMailingContentType
    corresponding to the given ID.
  • access: public
static the byId (id $iId)
  • id $iId: the ID of the
    1. TriggerMailingContentType
    to retrieve.
static method HTML_TEXT (line 28)

Mail type indicating a HTML text mail.

Mail type indicating a HTML text mail. This trigger mail has only a HTML text part.

  • access: public
static void HTML_TEXT ()
static method MULTIPART (line 50)

Mail type indicating a multipart mail.

Mail type indicating a multipart mail. This trigger mail has a HTML and a plain text part.

  • access: public
static void MULTIPART ()
static method PLAIN_TEXT (line 39)

Mail type indicating a plain text mail.

Mail type indicating a plain text mail. This trigger mail has only a plain text part.

  • access: public
static void PLAIN_TEXT ()
static method SYSTEM (line 97)

The default mail type used by the system.

The default mail type used by the system.

  • access: public
static void SYSTEM ()
static method UNKNOWN (line 108)

Constant for an unknown content type.

Constant for an unknown content type. This type indicates a version mismatch between API and server.

  • access: public
static void UNKNOWN ()
static method values (line 154)
  • access: public
static void values ()
static method XML_XSLT_HTML_TEXT (line 62)

Mail type indicating a HTML text mail which uses a template defined in XML/XSLT. HTML text part.

Mail type indicating a HTML text mail which uses a template defined in XML/XSLT. This trigger mail has only a HTML text part.

  • access: public
static void XML_XSLT_HTML_TEXT ()
static method XML_XSLT_MULTIPART (line 86)

Mail type indicating a multipart mail which uses a template defined in XML/XSLT. a plain text part.

Mail type indicating a multipart mail which uses a template defined in XML/XSLT. This trigger mail has a HTML and a plain text part.

  • access: public
static void XML_XSLT_MULTIPART ()
static method XML_XSLT_PLAIN_TEXT (line 74)

Mail type indicating a plain text mail which uses a template defined in XML/XSLT. plain text part.

Mail type indicating a plain text mail which uses a template defined in XML/XSLT. This trigger mail has only a plain text part.

  • access: public
static void XML_XSLT_PLAIN_TEXT ()
getId (line 128)

Returns the ID of the

  1. TriggerMailingContentType
. not be used inside client code.

Returns the ID of the

  1. TriggerMailingContentType
. The ID is used for transmission purposes and should not be used inside client code.

  • return: ID of the
    1. TriggerMailingContentType
    .
  • access: public
the getId ()

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