abstract class MailListAdapterUtil extends BaseAdapterUtil

Class MailListAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

MASS_MAIL_PARAM

MAIL_LIST_EDIT_PARAM

MAIL_LIST_EDIT_JSON

MAIL_LIST_JQGRID_PARAM

MAIL_LIST_DELETE_JQGRID_SEND

MAIL_LIST_GET_ALL

MAIL_LIST_GET_USERS

MAIL_LIST_EXPORT

MAIL_LIST_EXPORT_JSON

MAIL_LIST_IMPORT_JSON

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