Interface Inx_Api_SplitTestMailing_SplitTestMailing

Description

A Inx_Api_SplitTestMailing_SplitTestMailing object represents a split test mailing in Inxmail. attributes and also the corresponding split test id.

A Inx_Api_SplitTestMailing_SplitTestMailing object represents a split test mailing in Inxmail. It provides common mailing attributes and also the corresponding split test id.

  • version: $Revision: 9482 $ $Date: 2007-12-18 16:42:11 +0200 (An, 18 Grd 2007) $ $Author: vladas $
  • since: API 1.13.1

Located in /Api/SplitTestMailing/SplitTestMailing.php (line 14)

Inx_Api_BusinessObject
   |
   --Inx_Api_SplitTestMailing_SplitTestMailing
Method Summary
Methods
findLastSending (line 75)

Returns the last Inx_Api_Sending_Sending of this mailing, or null if this mailing has not yet been sent.

Returns the last Inx_Api_Sending_Sending of this mailing, or null if this mailing has not yet been sent.

  • return: the last Sending of this mailing, or null.
  • access: public
Inx_Api_Sending_Sending findLastSending ()
findSendings (line 68)

Returns an Inx_Api_ROBOResultSet containing all sendings of this mailing or empty if it has not yet been sent.

Returns an Inx_Api_ROBOResultSet containing all sendings of this mailing or empty if it has not yet been sent.

  • return: a ROBOResultSet containing all sendings of this mailing or empty if it has not yet been sent.
  • access: public
Inx_Api_ROBOResultSet findSendings ()
getCreationDatetime (line 51)

Returns the creation date of this mailing.

Returns the creation date of this mailing.

  • return: the creation date of this mailing. The date will be returned as an ISO 8601 formatted date string.
  • access: public
string getCreationDatetime ()
getListContextId (line 36)

Returns the ID of the list context this mailing belongs to.

Returns the ID of the list context this mailing belongs to.

  • return: the ID of the list context this mailing belongs to.
  • access: public
int getListContextId ()
getModificationDatetime (line 59)

Returns the modification date of this mailing.

Returns the modification date of this mailing.

  • return: the modification date of this mailing. The date will be returned as an ISO 8601 formatted date string.
  • access: public
string getModificationDatetime ()
getName (line 22)

Returns the name of this mailing.

Returns the name of this mailing.

  • return: the name of this mailing.
  • access: public
string getName ()
getSplitTest (line 44)

Returns the Inx_Api_SplitTest_SplitTest this mailing belongs to. corresponding split test could not be found (e.

Returns the Inx_Api_SplitTest_SplitTest this mailing belongs to. A null value is returned if the corresponding split test could not be found (e.g. no split test was linked with this split test mailing).

  • return: the SplitTest this mailing belongs to or null.
  • access: public
Inx_Api_SplitTest_SplitTest getSplitTest ()
getSubject (line 29)

Returns the subject of this mailing.

Returns the subject of this mailing.

  • return: the subject of this mailing.
  • access: public
string getSubject ()

Inherited Methods

Inherited From Inx_Api_BusinessObject

Inx_Api_BusinessObject::commitUpdate()
Inx_Api_BusinessObject::getId()
Inx_Api_BusinessObject::reload()

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