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

Public Member Functions

 __construct (protected readonly string $key, protected readonly string $title, protected readonly string $versionString, protected readonly string $composerName, protected readonly string $description)
 
 getDescription ()
 
 getKey ()
 
 getTitle ()
 
 getVersionString ()
 
 getComposerName ()
 

Detailed Description

Model for extensions installed by upgrade wizards

Definition at line 25 of file ExtensionModel.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\ExtensionModel::__construct ( protected readonly string  $key,
protected readonly string  $title,
protected readonly string  $versionString,
protected readonly string  $composerName,
protected readonly string  $description 
)

Definition at line 27 of file ExtensionModel.php.

Member Function Documentation

◆ getComposerName()

TYPO3\CMS\Install\Updates\ExtensionModel::getComposerName ( )

◆ getDescription()

TYPO3\CMS\Install\Updates\ExtensionModel::getDescription ( )

Definition at line 35 of file ExtensionModel.php.

◆ getKey()

TYPO3\CMS\Install\Updates\ExtensionModel::getKey ( )

◆ getTitle()

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

Definition at line 45 of file ExtensionModel.php.

◆ getVersionString()

TYPO3\CMS\Install\Updates\ExtensionModel::getVersionString ( )