StatusMessage
should only be used from within TYPO3 Core
Table of Contents
Properties
Methods
- __construct() : mixed
- getMessage() : string
- getValues() : array<string|int, string>
Properties
$message
protected
string
$message
$values
protected
array<string|int, string>
$values
Methods
__construct()
public
__construct(string $message, string ...$values) : mixed
Parameters
- $message : string
- $values : string
getMessage()
public
getMessage() : string
Return values
stringgetValues()
public
getValues() : array<string|int, string>