SystemMessage implements SystemMessage
Interfaces, Classes and Traits
Table of Contents
- $type : string
- Store the alert type.
- add() : bool
- Add the system message.
- view() : string
- View the system message.
- type() : void
- Set the type of message.
Properties
$type
Store the alert type.
private
string
$type
Tags
Methods
add()
Add the system message.
public
add(mixed $params) : bool
Parameters
- $params : mixed
Tags
Return values
bool —view()
View the system message.
public
view() : string
Tags
Return values
string —type()
Set the type of message.
protected
type(string $type) : void
Parameters
- $type : string
-
Alert type