abstract class CategoryAdapterUtil extends BaseAdapterUtil

Class CategoryAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

__CATEGORY_CLASS__

= PHP 5.5 Category::class

CATEGORY_BACKEND_ADD_CATEGORY_PARAM

CATEGORY_BACKEND_ADD_CATEGORY_BASIC_PARAM

CATEGORY_BACKEND_ADD_JSON_CATEGORY_PARAM

CATEGORY_BACKEND_EDIT_JSON_CATEGORY_PARAM

CATEGORY_BACKEND_DELETE_JSON_CATEGORY_PARAM

CATEGORY_BACKEND_GET_JSON_CATEGORY_PARAM

CATEGORY_BACKEND_LIST_DROPDOWN_CATEGORY_PARAM

CATEGORY_CSV_IMPORT

CATEGORY_EXPORT

CATEGORY_EXPORT_JSON

CATEGORY_MANAGE_SHOW

CATEGORY_MANAGE_NEW_SHOW

CATEGORY_MANAGE_NEW_JSON

ALL_CATEGORIES_PAGINATION_PRODUCT_ALL

ALL_CATEGORIES_PAGINATION

CATEGORY_MANAGE_EDIT_JSON

CATEGORY_MANAGE_DELETE_JSON

CATEGORY_LIST_PRODUCT_ADD

CATEGORY_IMPORT_FIELDS

UPDATE_CATEGORY_PRODUCTS_PERMISSIONS

CATEGORY_SORT_PRODUCTS

PRODUCTS_IN_CATEGORY_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