Class Inx_Apiimpl_MailingTemplate_MailingTemplateImpl

Description
Class Constant Summary
Variable Summary
Method Summary
Inx_Apiimpl_MailingTemplate_MailingTemplateImpl __construct (Inx_Apiimpl_SessionContext $sc,  $oData)
unknown commitUpdate ()
string getHtmlTextContent ()
int getId ()
int getMimeType ()
string getName ()
void reload ()
void updateHtmlTextContent (string $sHtmlTextContent)
void updateListContextId (int $iListContextId)
void updateMimeType (int $iMimeType)
void updateName (string $name)
void updatePlainTextContent (string $plainTextContent)
void writeAccess (int $iAttrIndex)
Variables
mixed $_aChangedAttrs (line 12)
  • access: protected
mixed $_oData (line 10)
  • access: protected
Inx_Apiimpl_SessionContext $_oSessionContext (line 8)
  • access: protected
Methods
static method convert (line 184)

Enter description here.

Enter description here...

  • return: | array
  • access: public
static Inx_Api_MailingTemplate_MailingTemplate convert (Inx_Apiimpl_SessionContext $sc, stdClass|array $data)
Constructor __construct (line 16)
  • access: public
Inx_Apiimpl_MailingTemplate_MailingTemplateImpl __construct (Inx_Apiimpl_SessionContext $sc,  $oData)
commitUpdate (line 122)

Enter description here.

Enter description here...

  • throws: Inx_Api_UpdateException, Inx_Api_DataException
  • access: public
unknown commitUpdate ()

Implementation of:
Inx_Api_BusinessObject::commitUpdate()
Passes all changes made since the last commit to the server.
getHtmlTextContent (line 48)

Enter description here.

Enter description here...

  • access: public
string getHtmlTextContent ()

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::getHtmlTextContent()
Returns the HTML text part of this mailing template, or null if the MIME type is MIME_TYPE_PLAIN_TEXT.
getId (line 27)

Enter description here.

Enter description here...

  • access: public
int getId ()

Implementation of:
Inx_Api_BusinessObject::getId()
Returns the unique identifier of this Inx_Api_BusinessObject.
getListContextId (line 58)

Enter description here.

Enter description here...

  • access: public
int getListContextId ()

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::getListContextId()
Returns the id of the list which this mailing template belongs to.
getMimeType (line 68)

Enter description here.

Enter description here...

  • access: public
int getMimeType ()

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::getMimeType()
Returns the MIME type of this mailing template.
getName (line 37)

Enter description here.

Enter description here...

  • access: public
string getName ()

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::getName()
Returns the name of the mailing template.
getPlainTextContent (line 78)

Enter description here.

Enter description here...

  • access: public
string getPlainTextContent ()

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::getPlainTextContent()
Returns the plain text part of this mailing template, or
  1. null
if the MIME type is MIME_TYPE_HTML_TEXT.
reload (line 148)
  • throws: Inx_Api_DataException
  • access: public
void reload ()

Implementation of:
Inx_Api_BusinessObject::reload()
Reloads this business object from the server.
updateHtmlTextContent (line 88)

Enter description here.

Enter description here...

  • access: public
void updateHtmlTextContent (string $sHtmlTextContent)
  • string $sHtmlTextContent

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::updateHtmlTextContent()
Updates the HTML text part of this mailing template. commitUpdate() has been called.
updateListContextId (line 212)

Enter description here.

Enter description here...

  • access: public
void updateListContextId (int $iListContextId)
  • int $iListContextId
updateMimeType (line 226)

Enter description here.

Enter description here...

  • access: public
void updateMimeType (int $iMimeType)
  • int $iMimeType
updateName (line 99)

Enter description here.

Enter description here...

  • access: public
void updateName (string $name)
  • string $name

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::updateName()
Updates the name of the mailing template.
updatePlainTextContent (line 110)

Enter description here.

Enter description here...

  • access: public
void updatePlainTextContent (string $plainTextContent)
  • string $plainTextContent

Implementation of:
Inx_Api_MailingTemplate_MailingTemplate::updatePlainTextContent()
Updates the plain text part of the mailing template. commitUpdate() has been called.
writeAccess (line 170)

Enter description here.

Enter description here...

  • access: protected
void writeAccess (int $iAttrIndex)
  • int $iAttrIndex
Class Constants
MAX_ATTRIBUTES = 5 (line 14)

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