‪TYPO3CMS  10.4
TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate:
TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate TYPO3\CMS\Install\Updates\UpgradeWizardInterface TYPO3\CMS\Install\Updates\ConfirmableInterface TYPO3\CMS\Install\Updates\ChattyInterface

Public Member Functions

 __construct ()
 
TYPO3 CMS Install Updates Confirmation getConfirmation ()
 
string getIdentifier ()
 
string getTitle ()
 
string getDescription ()
 
bool updateNecessary ()
 
string[] getPrerequisites ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
 setOutput (OutputInterface $output)
 
bool executeUpdate ()
 

Protected Attributes

TYPO3 CMS Install Updates ExtensionModel $extension
 
TYPO3 CMS Install Updates Confirmation $confirmation
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
string $repositoryUrl = 'https://typo3.org/fileadmin/ter/@filename'
 
OutputInterface $output
 
TYPO3 CMS Install Updates ExtensionModel $extension
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
bool installExtension (ExtensionModel $extension)
 
string fetchExtension ($extensionKey, $version)
 
string fetchUrl ($url)
 

Detailed Description

Installs and downloads EXT:rsaauth if requested

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 24 of file RsaauthExtractionUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::__construct ( )

Definition at line 34 of file RsaauthExtractionUpdate.php.

Member Function Documentation

◆ getConfirmation()

TYPO3 CMS Install Updates Confirmation TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::getConfirmation ( )

Return a confirmation message instance

Returns
‪\TYPO3\CMS\Install\Updates\Confirmation

Implements TYPO3\CMS\Install\Updates\ConfirmableInterface.

Definition at line 56 of file RsaauthExtractionUpdate.php.

References TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate\$confirmation.

◆ getDescription()

string TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::getDescription ( )

Return the description for this wizard

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 87 of file RsaauthExtractionUpdate.php.

◆ getIdentifier()

string TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::getIdentifier ( )

Return the identifier for this wizard This should be the same string as used in the ext_localconf class registration

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 67 of file RsaauthExtractionUpdate.php.

◆ getPrerequisites()

string [] TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::getPrerequisites ( )

Returns an array of class names of Prerequisite classes This way a wizard can define dependencies like "database up-to-date" or "reference index updated"

Returns
‪string[]

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 112 of file RsaauthExtractionUpdate.php.

◆ getTitle()

string TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::getTitle ( )

Return the speaking name of this wizard

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 77 of file RsaauthExtractionUpdate.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::updateNecessary ( )

Is an update necessary? Is used to determine whether a wizard needs to be run.

Returns
‪bool

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 100 of file RsaauthExtractionUpdate.php.

References TYPO3\CMS\Core\Utility\ExtensionManagementUtility\isLoaded().

Member Data Documentation

◆ $confirmation

TYPO3 CMS Install Updates Confirmation TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::$confirmation
protected

◆ $extension

TYPO3 CMS Install Updates ExtensionModel TYPO3\CMS\Install\Updates\RsaauthExtractionUpdate::$extension
protected

Definition at line 28 of file RsaauthExtractionUpdate.php.