abstract class GiftCardAdapterUtil extends BaseAdapterUtil

Abstract class GiftCardAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

GIFT_CARD_ALL

GIFT_CARD_EDIT

GIFT_CARD_ALL_JSON

GIFT_CARD_ALL_BACKEND_JSON

GIFT_CARD_DELETE_JSON

GIFT_CARD_EDIT_JSON

GIFT_CARD_SEND_BY_MAIL_JSON

GIFT_CARD_PAY_PAL_START

GIFT_CARD_PAY_PAL_SUCCESS

GIFT_CARD_APPLY_JSON

GIFT_CARD_REMOVE_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