class ReclamationAdapterUtil extends BaseAdapterUtil

Abstract class ReclamationAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

__RECLAMATION_CLASS__

Full class name used for deserializing

RECLAMATION_ADD_NEW_JSON

RECLAMATION_LIST_J_S_O_N

RECLAMATION_BACKEND_EDIT_DB

RECLAMATION_CHANGE_STATUS_JSON

RECLAMATION_DELETE_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