‪TYPO3CMS  11.5
TYPO3\CMS\Install\CoreVersion\MajorRelease Class Reference

Public Member Functions

 __construct (string $version, ?string $lts, string $title, MaintenanceWindow $maintenanceWindow)
 
 getVersion ()
 
 getLts ()
 
 getTitle ()
 
 getMaintenanceWindow ()
 

Static Public Member Functions

static fromApiResponse (array $response)
 

Protected Attributes

string $version
 
string $lts = null
 
string $title
 
MaintenanceWindow $maintenanceWindow
 

Detailed Description

Definition at line 20 of file MajorRelease.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\CoreVersion\MajorRelease::__construct ( string  $version,
?string  $lts,
string  $title,
MaintenanceWindow  $maintenanceWindow 
)

Member Function Documentation

◆ fromApiResponse()

static TYPO3\CMS\Install\CoreVersion\MajorRelease::fromApiResponse ( array  $response)
static

◆ getLts()

TYPO3\CMS\Install\CoreVersion\MajorRelease::getLts ( )

Definition at line 48 of file MajorRelease.php.

References TYPO3\CMS\Install\CoreVersion\MajorRelease\$lts.

◆ getMaintenanceWindow()

TYPO3\CMS\Install\CoreVersion\MajorRelease::getMaintenanceWindow ( )

◆ getTitle()

TYPO3\CMS\Install\CoreVersion\MajorRelease::getTitle ( )

◆ getVersion()

TYPO3\CMS\Install\CoreVersion\MajorRelease::getVersion ( )

Member Data Documentation

◆ $lts

string TYPO3\CMS\Install\CoreVersion\MajorRelease::$lts = null
protected

◆ $maintenanceWindow

◆ $title

string TYPO3\CMS\Install\CoreVersion\MajorRelease::$title
protected

◆ $version

string TYPO3\CMS\Install\CoreVersion\MajorRelease::$version
protected