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

Public Member Functions

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

Protected Attributes

string $key = ''
 
string $title = ''
 
string $versionString = ''
 
string $composerName = ''
 
string $description = ''
 

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 ( string  $key,
string  $title,
string  $versionString,
string  $composerName,
string  $description 
)

Member Function Documentation

◆ getComposerName()

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

◆ getDescription()

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

◆ getKey()

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

◆ getTitle()

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

Definition at line 77 of file ExtensionModel.php.

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

◆ getVersionString()

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

Member Data Documentation

◆ $composerName

string TYPO3\CMS\Install\Updates\ExtensionModel::$composerName = ''
protected

◆ $description

string TYPO3\CMS\Install\Updates\ExtensionModel::$description = ''
protected

◆ $key

string TYPO3\CMS\Install\Updates\ExtensionModel::$key = ''
protected

◆ $title

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

◆ $versionString

string TYPO3\CMS\Install\Updates\ExtensionModel::$versionString = ''
protected