Documentation

SystemMessage implements SystemMessage

Interfaces, Classes and Traits

SystemMessage

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
since
1.0.0

Methods

add()

Add the system message.

public add(mixed $params) : bool
Parameters
$params : mixed
Tags
since
1.0.0
Return values
bool

view()

View the system message.

public view() : string
Tags
since
1.0.0
Return values
string

type()

Set the type of message.

protected type(string $type) : void
Parameters
$type : string

Alert type

Tags
since
1.0.0
Return values
void

Search results