Class Inx_Apiimpl_Recipient_ContextAttribute

Description

Implements interfaces:

ContextAttribute

ContextAttribute

  • version: $Revision: 4690 $ $Date: 2006-09-20 07:24:45 +0000 (Mi, 20 Sep 2006) $ $Author: bgn $
  • abstract:

Located in /Apiimpl/Recipient/ContextAttribute.php (line 19)


	
			
Direct descendents
Class Constant Summary
Variable Summary
Method Summary
static void getValue ( $value)
static void validate ( $value)
Inx_Apiimpl_Recipient_ContextAttribute __construct (Inx_Apiimpl_Recipient_RecipientContextImpl $oRecipientContext,  $oAttribute)
void createAttrUpdate ( $sNewValue)
void getArrayIndex ()
void getBoolean ( $oRecipientData)
void getContext ()
void getDate ( $oRecipientData)
void getDatetime ( $oRecipientData)
void getDouble ( $oRecipientData)
void getFeatureId ()
void getId ()
void getInteger ( $oRecipientData)
void getName ()
void getString ( $oRecipientData)
void getTime ( $oRecipientData)
void getType ()
void isAccessible ()
void updateBoolean ( $oRecipientData,  &$aChangedAttrs,  $blValue)
void updateDate ( $oRecipientData,  &$aChangedAttrs,  $dValue)
void updateDatetime ( $oRecipientData,  &$aChangedAttrs,  $dValue)
void updateDouble ( $oRecipientData,  &$aChangedAttrs,  $iValue)
void updateInteger ( $oRecipientData,  &$aChangedAttrs,  $iValue)
void updateString ( $oRecipientData,  &$aChangedAttrs,  $sValue)
void updateTime ( $oRecipientData,  &$aChangedAttrs,  $dValue)
Variables
mixed $_iArrayIndex (line 28)
  • access: protected
mixed $_iFeatureId (line 27)
  • access: protected
mixed $_iId (line 22)
  • access: protected
mixed $_iListContextId (line 26)
  • access: protected
mixed $_iMaxStringLength (line 24)
  • access: protected
mixed $_iType (line 25)
  • access: protected
mixed $_iTypeAttrIndex (line 29)
  • access: protected
mixed $_oRecipientContext (line 31)
  • access: protected
mixed $_sName (line 23)
  • access: protected
Methods
static method getValue (line 186)
  • access: public
static void getValue ( $value)
  • $value
static method validate (line 191)
  • access: public
static void validate ( $value)
  • $value
getArrayIndex (line 98)
  • access: public
void getArrayIndex ()
getBoolean (line 121)
  • access: public
void getBoolean ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getBoolean()

Redefined in descendants as:
getContext (line 93)
  • access: public
void getContext ()
getDate (line 136)
  • access: public
void getDate ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getDate()

Redefined in descendants as:
getDatetime (line 146)
  • access: public
void getDatetime ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getDatetime()

Redefined in descendants as:
getDouble (line 131)
  • access: public
void getDouble ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getDouble()

Redefined in descendants as:
getFeatureId (line 88)
  • access: public
void getFeatureId ()

Implementation of:
Inx_Api_Recipient_Attribute::getFeatureId()
Returns the feature id of this attribute.
getId (line 54)
  • access: public
void getId ()

Implementation of:
Inx_Api_Recipient_Attribute::getId()
Returns the unique id of this attribute.
getInteger (line 126)
  • access: public
void getInteger ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getInteger()

Redefined in descendants as:
getListContextId (line 83)
  • access: public
void getListContextId ()

Implementation of:
Inx_Api_Recipient_Attribute::getListContextId()
Returns the list context id of this attribute.
getMaxStringLength (line 78)
  • access: public
void getMaxStringLength ()

Implementation of:
Inx_Api_Recipient_Attribute::getMaxStringLength()
Returns the maximum length of the string value of this attribute.
getName (line 59)
  • access: public
void getName ()

Implementation of:
Inx_Api_Recipient_Attribute::getName()
Returns the unique name of this attribute.
getString (line 116)
  • access: public
void getString ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getString()

Redefined in descendants as:
getTime (line 141)
  • access: public
void getTime ( $oRecipientData)
  • $oRecipientData

Implementation of:
Inx_Apiimpl_Recipient_AttributeGetter::getTime()

Redefined in descendants as:
getType (line 64)
  • access: public
void getType ()

Implementation of:
Inx_Api_Recipient_Attribute::getType()
Returns the attribute type of this attribute.
getTypeAttrIndex (line 103)
  • access: public
void getTypeAttrIndex ()
isAccessible (line 70)
  • access: public
void isAccessible ()

Implementation of:
Inx_Api_Recipient_Attribute::isAccessible()
Only relevant in a plug-in api session.
updateBoolean (line 156)
  • access: public
void updateBoolean ( $oRecipientData,  &$aChangedAttrs,  $blValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $blValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateBoolean()

Redefined in descendants as:
updateDate (line 171)
  • access: public
void updateDate ( $oRecipientData,  &$aChangedAttrs,  $dValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $dValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateDate()

Redefined in descendants as:
updateDatetime (line 181)
  • access: public
void updateDatetime ( $oRecipientData,  &$aChangedAttrs,  $dValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $dValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateDatetime()

Redefined in descendants as:
updateDouble (line 166)
  • access: public
void updateDouble ( $oRecipientData,  &$aChangedAttrs,  $iValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $iValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateDouble()

Redefined in descendants as:
updateInteger (line 161)
  • access: public
void updateInteger ( $oRecipientData,  &$aChangedAttrs,  $iValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $iValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateInteger()

Redefined in descendants as:
updateString (line 151)
  • access: public
void updateString ( $oRecipientData,  &$aChangedAttrs,  $sValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $sValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateString()

Redefined in descendants as:
updateTime (line 176)
  • access: public
void updateTime ( $oRecipientData,  &$aChangedAttrs,  $dValue)
  • $oRecipientData
  • array &$aChangedAttrs
  • $dValue

Implementation of:
Inx_Apiimpl_Recipient_AttributeWriter::updateTime()

Redefined in descendants as:
Class Constants
TYPE_ARRAY_INDEX_NOT_ACCESSIBLE = -2 (line 33)

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