abstract class BaseAdapterUtil

Abstract class BaseAdapterUtil which needs to be extended in all custom adapter utils. Should contains all converters as constants for specific type

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

at line 31
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

at line 43
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException