abstract class BlockElementsAdapterUtil extends BaseAdapterUtil

Abstract class BlockElementsTemplatesAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

BLOCK_ELEMENTS_ADD

BLOCK_ELEMENTS_EDIT

BLOCK_ELEMENTS_MANAGE_TEMPLATES

BLOCK_ELEMENTS_REDIRECT

BLOCK_ELEMENTS_MANAGE_MAIL_TEMPLATES

JSON_BLOCK_ELEMENTS_ADD

JSON_BLOCK_ELEMENTS_EDIT

JSON_BLOCK_ELEMENTS_DELETE

JSON_BLOCK_ELEMENTS_JQGRID

JSON_BLOCK_ELEMENTS_SELECT

JSON_BLOCK_ELEMENTS_REFRESH_LAYOUTS

JSON_BLOCK_ELEMENTS_RENDER_PARAMS

JSON_BLOCK_ELEMENTS_ENTITY_DATA

JSON_BLOCK_ELEMENTS_CUSTOM_LAYOUT

JSON_BLOCK_ELEMENTS_EXPORT

JSON_BLOCK_ELEMENTS_IMPORT

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