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

Public Member Functions

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

Protected Attributes

bool $defaultValue = false
 
string $title = ''
 
string $message = ''
 
string $confirm
 
string $deny
 
bool $required
 

Detailed Description

Definition at line 20 of file Confirmation.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getConfirm()

string TYPO3\CMS\Install\Updates\Confirmation::getConfirm ( )
Returns
‪string

Definition at line 73 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$confirm.

◆ getDefaultValue()

bool TYPO3\CMS\Install\Updates\Confirmation::getDefaultValue ( )
Returns
‪bool

Definition at line 97 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$defaultValue.

◆ getDeny()

string TYPO3\CMS\Install\Updates\Confirmation::getDeny ( )
Returns
‪string

Definition at line 81 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$deny.

◆ getMessage()

string TYPO3\CMS\Install\Updates\Confirmation::getMessage ( )
Returns
‪string

Definition at line 113 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$message.

◆ getTitle()

string TYPO3\CMS\Install\Updates\Confirmation::getTitle ( )
Returns
‪string

Definition at line 105 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$title.

◆ isRequired()

bool TYPO3\CMS\Install\Updates\Confirmation::isRequired ( )
Returns
‪bool

Definition at line 89 of file Confirmation.php.

References TYPO3\CMS\Install\Updates\Confirmation\$required.

Member Data Documentation

◆ $confirm

string TYPO3\CMS\Install\Updates\Confirmation::$confirm
protected

◆ $defaultValue

bool TYPO3\CMS\Install\Updates\Confirmation::$defaultValue = false
protected

◆ $deny

string TYPO3\CMS\Install\Updates\Confirmation::$deny
protected

◆ $message

string TYPO3\CMS\Install\Updates\Confirmation::$message = ''
protected

◆ $required

bool TYPO3\CMS\Install\Updates\Confirmation::$required
protected

◆ $title

string TYPO3\CMS\Install\Updates\Confirmation::$title = ''
protected