abstract class DeclarationCategoryAdapterUtil

Class DeclarationCategoryAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

__DECLARATION_CATEGORY_CLASS__

DECLARATION_ADD_SHOW

DECLARATION_CATEGORIES_MANAGE

DECLARATION_CATEGORIES_SHOW_ADD_JSON

DECLARATION_CATEGORIES_ADD_JSON

DECLARATION_CATEGORIES_EDIT_JSON

DECLARATION_CATEGORIES_DELETE_JSON

DECLARATION_CATEGORIES_VIEW_ALL

DECLARATION_CATEGORY_LIST

DECLARATION_CATEGORY_JQGRID

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

at line 93
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

at line 105
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException