abstract class DeclarationAdapterUtil

Class DeclarationAdapterUtil

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

__DECLARATION_CLASS__

DECLARATION_EDIT_SHOW

DECLARATION_SAVE_JSON

DECLARATION_ALL_JSON

DECLARATION_EDIT_JSON

DECLARATION_DELETE_JSON

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

at line 65
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

at line 77
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException