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

Public Member Functions

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

Protected Attributes

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 ( protected readonly string  $message,
string ...  $values 
)

Member Function Documentation

◆ getMessage()

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

◆ getValues()

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

Member Data Documentation

◆ $values

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