‪TYPO3CMS  ‪main
TYPO3\CMS\Install\CoreVersion\CoreRelease Class Reference

Public Member Functions

 __construct (protected readonly string $version, protected readonly \DateTimeInterface $date, protected readonly string $type, protected readonly string $checksum, protected readonly bool $isElts=false)
 
 getVersion ()
 
 getDate ()
 
 isSecurityUpdate ()
 
 getChecksum ()
 
 isElts ()
 

Static Public Member Functions

static fromApiResponse (array $response)
 

Protected Attributes

const RELEASE_TYPE_REGULAR = 'regular'
 
const RELEASE_TYPE_SECURITY = 'security'
 

Detailed Description

Definition at line 20 of file CoreRelease.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\CoreVersion\CoreRelease::__construct ( protected readonly string  $version,
protected readonly \DateTimeInterface  $date,
protected readonly string  $type,
protected readonly string  $checksum,
protected readonly bool  $isElts = false 
)

Definition at line 25 of file CoreRelease.php.

Member Function Documentation

◆ fromApiResponse()

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

Definition at line 33 of file CoreRelease.php.

◆ getChecksum()

TYPO3\CMS\Install\CoreVersion\CoreRelease::getChecksum ( )

◆ getDate()

TYPO3\CMS\Install\CoreVersion\CoreRelease::getDate ( )

Definition at line 43 of file CoreRelease.php.

◆ getVersion()

◆ isElts()

TYPO3\CMS\Install\CoreVersion\CoreRelease::isElts ( )

Definition at line 58 of file CoreRelease.php.

◆ isSecurityUpdate()

TYPO3\CMS\Install\CoreVersion\CoreRelease::isSecurityUpdate ( )

Member Data Documentation

◆ RELEASE_TYPE_REGULAR

const TYPO3\CMS\Install\CoreVersion\CoreRelease::RELEASE_TYPE_REGULAR = 'regular'
protected

Definition at line 22 of file CoreRelease.php.

◆ RELEASE_TYPE_SECURITY

const TYPO3\CMS\Install\CoreVersion\CoreRelease::RELEASE_TYPE_SECURITY = 'security'
protected