Property | Type | Description | |
---|---|---|---|
$class | string | ||
$condition | string | ||
$elementsTotal | integer | ||
$list | |||
$personas | int[] |
Method | Description | |
---|---|---|
__construct ( $params ) | IAddressSourceAdapter constructor. | |
getMailAddressesForBatchSending ( ) : |
returns array of email addresses for batch sending | |
getParamsForSingleSending ( $limit, $offset ) : |
returns array of params to be set on mail for single sending | |
getParamsForTestSending ( string $emailAddress ) : |
returns params to be set on mail for test sending | |
getTotalRecordCount ( ) : integer | returns total number of newsletter recipients |
Method | Description | |
---|---|---|
getListing ( ) : |
public __construct ( $params ) | ||
$params |
protected getListing ( ) : |
||
return |
public getMailAddressesForBatchSending ( ) : |
||
return |
public getParamsForSingleSending ( $limit, $offset ) : |
||
$limit | ||
$offset | ||
return |
public getParamsForTestSending ( string $emailAddress ) : |
||
$emailAddress | string | |
return |
public getTotalRecordCount ( ) : integer | ||
return | integer |
protected Listing,Pimcore\Model\Object $list | ||
return |