Documentation

SystemMessage

SystemMessage is used to provide UI updates to users.

Tags
author

Jason Savell jsavell@library.tamu.edu

Table of Contents

Methods

getMessage()  : string
Get the content of the message
getType()  : string
Get the type of the message
setMessage()  : void
Set the content of the message
setType()  : void
Set the type of the message

Methods

getMessage()

Get the content of the message

public getMessage() : string
Return values
string

$message

getType()

Get the type of the message

public getType() : string
Return values
string

$messageType

setMessage()

Set the content of the message

public setMessage(string $message) : void
Parameters
$message : string

setType()

Set the type of the message

public setType(string $messageType) : void
Parameters
$messageType : string

        
On this page

Search results