Interface Inx_Api_DesignTemplate_Template

Description

An Inx_Api_DesignTemplate_Template provides a common structure for complex multipart mailings.

An Inx_Api_DesignTemplate_Template provides a common structure for complex multipart mailings. A template may contain multiple (but at least one) text and HTML style which is used to render the mailing. Multiple Inx_Api_DesignTemplate_Templates can be stored in an Inx_Api_DesignTemplate_DesignCollection.

Located in /Api/DesignTemplate/Template.php (line 18)


	
			
Method Summary
array getHTMLStyles ()
int getId ()
string getName ()
array getTextStyles ()
Methods
getHTMLStyles (line 49)

Returns all HTML Inx_Api_DesignTemplate_Styles in this template.

Returns all HTML Inx_Api_DesignTemplate_Styles in this template. Note, that to generate a multipart mailing, the HTML style should be passed on to the Inx_Api_Mailing_XsltContentHandler.

  • return: all HTML styles of this template.
  • access: public
array getHTMLStyles ()
getId (line 32)

Returns the id of the template.

Returns the id of the template.

  • return: the id of the template.
  • access: public
int getId ()
getName (line 25)

Returns the name of the template.

Returns the name of the template.

  • return: the name of the template.
  • access: public
string getName ()
getTextStyles (line 41)

Returns all text

  1. Style
s in this template. multipart mailing, if there is no appropriate text style for the chosen HTML style, is the first in the array.

Returns all text

  1. Style
s in this template. The default text style, which should be used for a multipart mailing, if there is no appropriate text style for the chosen HTML style, is the first in the array.

  • return: all text Inx_Api_DesignTemplate_Styles of this template. The default text style is the first in the array.
  • access: public
array getTextStyles ()

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