Class Inx_Apiimpl_TextModule_TextModuleImpl

Description

Implements interfaces:

Located in /Apiimpl/TextModule/TextModuleImpl.php (line 2)


	
			
Class Constant Summary
Variable Summary
Method Summary
static void convert (Inx_Apiimpl_SessionContext $sc,  $oData)
static void convertArr (Inx_Apiimpl_SessionContext $sc,  $aData)
static void createNewData ()
Inx_Apiimpl_TextModule_TextModuleImpl __construct (Inx_Apiimpl_SessionContext $sc,  $oData)
void commitUpdate ()
void getId ()
void getMimeType ()
void getName ()
void reload ()
void updateHtmlTextContent ( $sHtmlTextContent)
void updateListContextId ( $iListContextId)
void updateMimeType ( $iMimeType)
void updateName ( $sName)
void updatePlainTextContent ( $sPlainTextContent)
void _writeAccess ( $iAttrIndex)
Variables
mixed $_aChangedAttrs = null (line 8)
  • access: protected
mixed $_oData = null (line 6)
  • access: protected
mixed $_oSessionContext (line 4)
  • access: protected
Methods
static method convert (line 131)
  • access: public
static void convert (Inx_Apiimpl_SessionContext $sc,  $oData)
static method convertArr (line 139)
  • access: public
static void convertArr (Inx_Apiimpl_SessionContext $sc,  $aData)
static method createNewData (line 152)
  • access: public
static void createNewData ()
Constructor __construct (line 12)
  • access: public
Inx_Apiimpl_TextModule_TextModuleImpl __construct (Inx_Apiimpl_SessionContext $sc,  $oData)
commitUpdate (line 71)
  • throws: UpdateException, DataException
  • access: public
void commitUpdate ()

Implementation of:
Inx_Api_BusinessObject::commitUpdate()
Passes all changes made since the last commit to the server.
getHtmlTextContent (line 28)
  • access: public
void getHtmlTextContent ()

Implementation of:
Inx_Api_TextModule_TextModule::getHtmlTextContent()
Returns the HTML text part of this text module, or null if the MIME type is MIME_TYPE_PLAIN_TEXT.
getId (line 18)
  • access: public
void getId ()

Implementation of:
Inx_Api_BusinessObject::getId()
Returns the unique identifier of this Inx_Api_BusinessObject.
getListContextId (line 33)
  • access: public
void getListContextId ()

Implementation of:
Inx_Api_TextModule_TextModule::getListContextId()
Returns the id of the list which this text module belongs to.
getMimeType (line 38)
  • access: public
void getMimeType ()

Implementation of:
Inx_Api_TextModule_TextModule::getMimeType()
Returns the MIME type of this text module.
getName (line 23)
  • access: public
void getName ()

Implementation of:
Inx_Api_TextModule_TextModule::getName()
Returns the name of this text module.
getPlainTextContent (line 43)
  • access: public
void getPlainTextContent ()

Implementation of:
Inx_Api_TextModule_TextModule::getPlainTextContent()
Returns the plain text part of this text module, or null if the MIME type is MIME_TYPE_HTML_TEXT.
reload (line 107)
  • throws: DataException
  • access: public
void reload ()

Implementation of:
Inx_Api_BusinessObject::reload()
Reloads this business object from the server.
updateHtmlTextContent (line 48)
  • access: public
void updateHtmlTextContent ( $sHtmlTextContent)
  • $sHtmlTextContent

Implementation of:
Inx_Api_TextModule_TextModule::updateHtmlTextContent()
Updates the HTML text part of this text module.
updateListContextId (line 164)
  • access: public
void updateListContextId ( $iListContextId)
  • $iListContextId
updateMimeType (line 173)
  • access: public
void updateMimeType ( $iMimeType)
  • $iMimeType
updateName (line 55)
  • access: public
void updateName ( $sName)
  • $sName

Implementation of:
Inx_Api_TextModule_TextModule::updateName()
Updates the name of the text module.
updatePlainTextContent (line 61)
  • access: public
void updatePlainTextContent ( $sPlainTextContent)
  • $sPlainTextContent

Implementation of:
Inx_Api_TextModule_TextModule::updatePlainTextContent()
Updates the plain text part of the text module.
_writeAccess (line 124)
  • access: protected
void _writeAccess ( $iAttrIndex)
  • $iAttrIndex
Class Constants
MAX_ATTRIBUTES = 5 (line 10)

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