class MenuItemAdapterUtil extends BaseAdapterUtil

Class MenuItemAdapterUtil

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

MAIN_ROOT_NODE_NAME

__MENU_ITEM_CLASS__

MENU_ITEM_ADD_PARAM

MENU_ITEM_UPDATE_PARAM

MENU_ITEM_ALL_PARAM

MENU_ITEM_DELETE

GET_MENU_LINKS

GET_MENU_ITEM_IMAGES

GET_MENU_LANGUAGES

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