MessageType
Class MessageType. Types of grid message
Table of Contents
Constants
Methods
- getList() : array<string|int, mixed>
- Gets types list
Constants
ERROR
public
mixed
ERROR
= "ERROR"
INFO
public
mixed
INFO
= "INFO"
MESSAGE
public
mixed
MESSAGE
= "MESSAGE"
SUCCESS
public
mixed
SUCCESS
= "SUCCESS"
WARNING
public
mixed
WARNING
= "WARNING"
Methods
getList()
Gets types list
public
static getList() : array<string|int, mixed>