DatabaseStatus
in package
DatabaseStatus Class Doc Comment
Tags
Table of Contents
Constants
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
DOWN
public
mixed
DOWN
= 'DOWN'
UNKNOWN
public
mixed
UNKNOWN
= 'UNKNOWN'
UP
Possible values of this enum
public
mixed
UP
= 'UP'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>