An Inx_Api_Recipient_RecipientMetaData object contains meta data about the recipients represented by an Inx_Api_Recipient_RecipientContext object.
An Inx_Api_Recipient_RecipientMetaData object contains meta data about the recipients represented by an Inx_Api_Recipient_RecipientContext object. The meta data includes information about the available attributes, though can not be used to retrieve the actual attribute values.
Located in /Api/Recipient/RecipientMetaData.php (line 19)
Returns the attribute specified by the given id.
Returns the attribute specified by the given id.
Returns the number of attributes.
Returns the number of attributes.
Returns an Inx_Apiimpl_Recipient_RecipientContextImpl_AttributeIterator over the attributes in this meta data.
Returns an Inx_Apiimpl_Recipient_RecipientContextImpl_AttributeIterator over the attributes in this meta data. The following snippet shows how to iterate over the recipient attributes:
$oRecipientMetaData = $oSession->createRecipientContext()->getMetaData(); $oAttributeIterator = $oRecipientMetaData->getAttributeIterator(); while( $oAttributeIterator->hasNext() ) { $oAttribute = $oAttributeIterator->current(); echo $oAttribute->getName()."<br>"; $oAttributeIterator->next(); }
Returns the email attribute.
Returns the email attribute.
Returns the hardbounce attribute.
Returns the hardbounce attribute.
Returns the id attribute.
Returns the id attribute.
Returns the key attribute.
Returns the key attribute.
Returns the last modification attribute.
Returns the last modification attribute.
Returns the subscription attribute for the specified list.
Returns the subscription attribute for the specified list. A recipient has a subscription attribute for each standard list.
Returns the attribute specified by the given name.
Returns the attribute specified by the given name.
Documentation generated on Thu, 17 Sep 2015 14:27:28 +0200 by phpDocumentor 1.3.2