Documentation

Success

Table of Contents

$success  : mixed
Store the success msgs.
get()  : string
Get the success message.
set()  : void
Set the success msgs.

Properties

$success

Store the success msgs.

private static mixed $success
Tags
since
1.0.0

Methods

get()

Get the success message.

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

set()

Set the success msgs.

public static set((string) $success) : void
Parameters
$success : (string)

message

Tags
since
1.0.0
Return values
void

Search results