Notification
Table of Contents
Properties
-
$messages
: mixed
Methods
-
all()
: mixed
-
deprecate()
: mixed
-
warning()
: mixed
-
formatMessage()
: mixed
$messages
protected
static mixed
$messages
= []
all()
public
static all() : mixed
deprecate()
public
static deprecate(mixed $message[, mixed $location = '' ]) : mixed
Parameters
-
$message
: mixed
-
-
$location
: mixed
= ''
-
warning()
public
static warning(mixed $message, mixed $location) : mixed
Parameters
-
$message
: mixed
-
-
$location
: mixed
-
private
static formatMessage(mixed $message[, mixed $location = '' ]) : mixed
Parameters
-
$message
: mixed
-
-
$location
: mixed
= ''
-