abstract class TicketAdapterUtil extends BaseAdapterUtil

Class TicketAdapterUtil - reads parameters from request and prepares response for controller

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

TICKET_BACKEND_LIST_JSON_PARAM

TICKET_BACKEND_MYLIST_JSON_PARAM

TICKET_BACKEND_ADD_JSON_PARAM

TICKET_BACKEND_GET_JSON_PARAM

TICKET_BACKEND_DELETE_JSON_PARAM

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

at line 62
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

at line 74
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException