void
after
( $sDate)
Implementation of:
- Inx_Api_Bounce_BounceQuery::after()
- Assigns an after filter (start date), overwriting any existing after filters, including those imposed by between filters.
void
before
( $sDate)
Implementation of:
- Inx_Api_Bounce_BounceQuery::before()
- Assigns an before filter (end date), overwriting any existing before filters, including those imposed by between filters.
void
between
( $sStartDate, $sEndDate)
Implementation of:
- Inx_Api_Bounce_BounceQuery::between()
- Assigns a between filter (start and end date), overwriting any existing before, after and between filters. result will only contain bounces performed after or at the given start date and before or at the given end date.
void
categoryIds
( $aCategoryIds)
Implementation of:
- Inx_Api_Bounce_BounceQuery::categoryIds()
- Assigns a category filter for one or several categories, overwriting any existing category filter. will only contain bounces which are received as a reply to mailings from the given categories.
void
listIds
( $aListIds)
Implementation of:
- Inx_Api_Bounce_BounceQuery::listIds()
- Assigns a list filter for one or several lists, overwriting any existing list filter. bounces which were received in reply to mailings from the given lists.
void
mailingIds
( $aMailingIds)
Implementation of:
- Inx_Api_Bounce_BounceQuery::mailingIds()
- Assigns a mailing filter for one or several mailings, overwriting any existing mailing filters. contain bounces which were received in reply to these mailings.