‪TYPO3CMS  10.4
TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage Class Reference

Public Member Functions

 __construct (string $message, string ... $values)
 
string getMessage ()
 
string[] getValues ()
 

Protected Attributes

string $message
 
string[] $values
 

Detailed Description

should only be used from within TYPO3 Core

Definition at line 23 of file StatusMessage.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage::__construct ( string  $message,
string ...  $values 
)

Member Function Documentation

◆ getMessage()

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage::getMessage ( )

◆ getValues()

string [] TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage::getValues ( )

Member Data Documentation

◆ $message

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage::$message
protected

◆ $values

string [] TYPO3\CMS\Install\SystemEnvironment\ServerResponse\StatusMessage::$values
protected