BackgroundColors
extends Enum
in package
Contains background color codes for CLI
Table of Contents
- AUTO = "auto"
- BLACK = "40"
- BLUE = "44"
- CYAN = "46"
- GREEN = "42"
- LIGHT_GRAY = "47"
- MAGENTA = "45"
- RED = "41"
- YELLOW = "43"
- GetValues() : array<string, mixed>
- Get all values of Enum
- HasItem() : bool
- Returns TRUE if Enum contains specified item
Constants
AUTO
public
mixed
AUTO
= "auto"
BLACK
public
mixed
BLACK
= "40"
BLUE
public
mixed
BLUE
= "44"
CYAN
public
mixed
CYAN
= "46"
GREEN
public
mixed
GREEN
= "42"
LIGHT_GRAY
public
mixed
LIGHT_GRAY
= "47"
MAGENTA
public
mixed
MAGENTA
= "45"
RED
public
mixed
RED
= "41"
YELLOW
public
mixed
YELLOW
= "43"
Methods
GetValues()
Get all values of Enum
public
final static GetValues() : array<string, mixed>
Return values
array<string, mixed> —Enum values
HasItem()
Returns TRUE if Enum contains specified item
public
final static HasItem( $item) : bool