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

Public Member Functions

 __construct (string $version, \DateTimeInterface $date, string $type, string $checksum, 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'
 
 $version
 
 $date
 
 $type
 
 $checksum
 
 $isElts
 

Detailed Description

Definition at line 20 of file CoreRelease.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ fromApiResponse()

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

Definition at line 40 of file CoreRelease.php.

◆ getChecksum()

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

◆ getDate()

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

Definition at line 50 of file CoreRelease.php.

References TYPO3\CMS\Install\CoreVersion\CoreRelease\$date.

◆ getVersion()

◆ isElts()

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

◆ isSecurityUpdate()

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

Member Data Documentation

◆ $checksum

TYPO3\CMS\Install\CoreVersion\CoreRelease::$checksum
protected

◆ $date

TYPO3\CMS\Install\CoreVersion\CoreRelease::$date
protected

◆ $isElts

TYPO3\CMS\Install\CoreVersion\CoreRelease::$isElts
protected

◆ $type

TYPO3\CMS\Install\CoreVersion\CoreRelease::$type
protected

◆ $version

TYPO3\CMS\Install\CoreVersion\CoreRelease::$version
protected

◆ 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