abstract class MyTeamAdapterUtil extends BaseAdapterUtil

Class MyTeamAdapterUtil

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

__MYTEAM_CLASS__

Full class name used for deserializing

__USER_AGG_CLASS__

Full class name used for deserializing

MYTEAM_EDIT_SHOW

MYTEAM_EDIT_JSON

MYTEAM_ADD_JSON

MYTEAM_USERS_JSON

MYTEAM_ALL_USERS

MYTEAM_DELETE

MYTEAM_SHOW_FRONTEND

MY_TEAM_GET_J_S_O_N

MY_TEAM_SAVE_ORDER_J_S_O_N

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