‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Updates\Confirmation Class Reference

Public Member Functions

 __construct (protected readonly string $title, protected readonly string $message, protected readonly bool $defaultValue=false, protected readonly string $confirm='Yes, execute', protected readonly string $deny='No, do not execute', protected readonly bool $required=false)
 
 getConfirm ()
 
 getDeny ()
 
 isRequired ()
 
 getDefaultValue ()
 
 getTitle ()
 
 getMessage ()
 

Detailed Description

Definition at line 20 of file Confirmation.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\Confirmation::__construct ( protected readonly string  $title,
protected readonly string  $message,
protected readonly bool  $defaultValue = false,
protected readonly string  $confirm = 'Yes,
execute'  ,
protected readonly string  $deny = 'No,
do not execute'  ,
protected readonly bool  $required = false 
)

Definition at line 22 of file Confirmation.php.

Member Function Documentation

◆ getConfirm()

TYPO3\CMS\Install\Updates\Confirmation::getConfirm ( )

Definition at line 31 of file Confirmation.php.

◆ getDefaultValue()

TYPO3\CMS\Install\Updates\Confirmation::getDefaultValue ( )

Definition at line 46 of file Confirmation.php.

◆ getDeny()

TYPO3\CMS\Install\Updates\Confirmation::getDeny ( )

Definition at line 36 of file Confirmation.php.

◆ getMessage()

TYPO3\CMS\Install\Updates\Confirmation::getMessage ( )

Definition at line 56 of file Confirmation.php.

◆ getTitle()

TYPO3\CMS\Install\Updates\Confirmation::getTitle ( )

Definition at line 51 of file Confirmation.php.

◆ isRequired()

TYPO3\CMS\Install\Updates\Confirmation::isRequired ( )

Definition at line 41 of file Confirmation.php.