Typo3Version
Table of Contents
Constants
Methods
- __toString() : string
- getBranch() : string
- getMajorVersion() : int
- Get 'major version' of version, e.g., '7' from '7.3.0'
- getVersion() : string
Constants
BRANCH
protected
mixed
BRANCH
= '12.4'
VERSION
protected
mixed
VERSION
= '12.4.24-dev'
Methods
__toString()
public
__toString() : string
Return values
stringgetBranch()
public
getBranch() : string
Return values
stringgetMajorVersion()
Get 'major version' of version, e.g., '7' from '7.3.0'
public
getMajorVersion() : int
Return values
int —Major version, e.g., '7'
getVersion()
public
getVersion() : string