abstract class UserAdapterUtil extends BaseAdapterUtil

Class UserAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

USER_BACKEND_ADD_JSON_PARAM

USER_BACKEND_LIST_PARAM

USER_ADDRESS_EDIT

USER_FRONT_PROFILE_EDIT

USER_JQ_GRID_LIST

USER_PK_DATABASE_CONVERTER

USER_EDIT_JSON_CONVERTER

USER_ADD_TO_WISH_LIST_CONVERTER

USER_REMOVE_FROM_WISH_LIST_CONVERTER

USER_REMOVE_SOCIAL_NETWORK_ACCOUNT_CONVERTER

USER_UPDATE_LOGGED_USER_GDPR_CONVERTER

USER_ADD_CONVERTER

WISHLIST_USER_JQGRID_LIST

USER_FINANCIAL_CARD

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