void
linkNames
([ $aLinkNames = null])
Implementation of:
- Inx_Api_DataAccess_LinkDataQuery::linkNames()
- Assigns a link name filter for link names, overwriting any existing link name filters. contains all links where the names (alias) of the link is equal to any given link name. called at all or called with null this filter doesn't apply.
void
linkNameSet
( $blLinkNameSet)
Implementation of:
- Inx_Api_DataAccess_LinkDataQuery::linkNameSet()
- Assigns a link name set filter for filtering whether link name has a value or is null, overwriting any existing link name set filters. means not null. null.
void
linkTypes
([ $aLinkTypes = null])
Implementation of:
- Inx_Api_DataAccess_LinkDataQuery::linkTypes()
- Assigns a link type filter for link types, overwriting any existing link type filter. contain only links of the given types.
void
mailingIds
([ $aMailingIds = null])
Implementation of:
- Inx_Api_DataAccess_LinkDataQuery::mailingIds()
- Assigns a mailing filter for mailings, overwriting any existing mailing filters. contain links which are part of the given mailings.
void
recipientIds
([ $aRecipientIds = null])
Implementation of:
- Inx_Api_DataAccess_LinkDataQuery::recipientIds()
- Assigns a recipient filter for recipients, overwriting any existing recipient filters. contain all links which have been clicked by at least one of the given recipients. ignored.