class Day extends Enum

Class Day. Enum days of weak

Constants

MONDAY

TUESDAY

WEDNESDAY

THURSDAY

FRIDAY

SATURDAY

SUNDAY

MONDAY_SHORT

TUESDAY_SHORT

WEDNESDAY_SHORT

THURSDAY_SHORT

FRIDAY_SHORT

SATURDAY_SHORT

SUNDAY_SHORT

Methods

static array
getPossibleValues()

Gets an array of the possible values.

static array
getReadables()

Gets an array of the human representations indexed by possible values.

static array
getReadables2()

Gets an array of the human representations indexed by possible values.

static array
getAvailableHours()

Get Hours For ComboBox

static mixed
getKeyForDay(string $day)

No description

static mixed
getShortNameForDay(string $day)

No description

Details

at line 54
static array getPossibleValues()

Gets an array of the possible values.

Return Value

array

at line 72
static array getReadables()

Gets an array of the human representations indexed by possible values.

Return Value

array

at line 90
static array getReadables2()

Gets an array of the human representations indexed by possible values.

Return Value

array

at line 108
static array getAvailableHours()

Get Hours For ComboBox

Return Value

array

at line 167
static mixed getKeyForDay(string $day)

Parameters

string $day

Return Value

mixed

at line 177
static mixed getShortNameForDay(string $day)

Parameters

string $day

Return Value

mixed