abstract class MassMailAdapterUtil extends BaseAdapterUtil

Class MassMailAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

MAIL_LIST_SEARCH_PARAM

MASS_MAIL_SAVE_JSON_PARAM

MASS_MAIL_PRODUCT_SEARCH_PARAM

MASS_MAIL_SEND

MASS_MAIL_SEND_ONLY

MASS_MAIL_DELETE

MASS_MAIL_EDIT

MASS_MAIL_JQGRID_SEND

MAIL_LIST_SEARCH_USERS

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

in BaseAdapterUtil at line 31
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

in BaseAdapterUtil at line 43
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException