abstract class BrandAdapterUtil extends BaseAdapterUtil

Class BrandAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

BRAND_BACKEND_ADD_PARAM

BRAND_BACKEND_ALL_BASIC

BRAND_BACKEND_ALL_BASIC_NO_PAGINATION

BRAND_BACKEND_ALL_BASIC_JSON

BRAND_BACKEND_ADD_JSON_PARAM

BRAND_BACKEND_EDIT_JSON_PARAM

BRAND_BACKEND_DELETE_JSON_PARAM

BRAND_BACKEND_DB_JSON_PARAM

BRAND_BACKEND_REORDER_PARAM

BRAND_BACKEND_REORDER__JSON_PARAM

BRAND_CSV_IMPORT

BRAND_CSV_EXPORT

BRAND_CSV_EXPORT_JSON

BRAND_IMPORT_FIELDS

BRAND_IMPORT_IMAGES

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