class TicketType extends Enum

Class TicketType - Contains all possible statuses for Ticket entity

Constants

BUG_REPORT

WRONG_ORDER

ORDER_INQUIRY

PRODUCT_QUESTION

Methods

static array
getPossibleValues()

Return array of possible ticket statuses

static array
getReadables()

Return array of possible ticket statuses

Details

at line 30
static array getPossibleValues()

Return array of possible ticket statuses

Return Value

array

at line 40
static array getReadables()

Return array of possible ticket statuses

Return Value

array