Message list struct used for user notices and system debug
| Methods | ||||
|---|---|---|---|---|
public
static
|
add(string $string, $type = 'success'): void
Add a message
Add a message Parameters
|
# | ||
public
static
|
getRaw(): array
Return all messages
Return all messages Returnsall messages |
# | ||
public
static
|
flush(): null
Flush all messages
Flush all messages |
# | ||
public
static
|
str(mixed $mixed, $return_type = true): string
Stringify a value
Stringify a value Parameters
|
# | ||
public
static
|
get()
|
# | ||
public
static
|
show(): bool
Log all messages
Log all messages |
# | ||