trait VersionSemanticTrait

Class VersionSemanticTrait.

Methods

$this
setVersion( int $major, int $minor, int $patch)

No description

string
getVersion()

No description

$this
setVersionMajor( int $versionMajor)

No description

int|null
getVersionMajor()

No description

bool
hasVersionMajor()

No description

$this
clearVersionMajor()

No description

$this
setVersionMinor( int $versionMinor)

No description

int|null
getVersionMinor()

No description

bool
hasVersionMinor()

No description

$this
clearVersionMinor()

No description

$this
setVersionPatch( int $versionPatch)

No description

int|null
getVersionPatch()

No description

bool
hasVersionPatch()

No description

$this
clearVersionPatch()

No description

Details

at line line 42
$this setVersion( int $major, int $minor, int $patch)

Parameters

int $major
int $minor
int $patch

Return Value

$this

at line line 54
string getVersion()

Return Value

string

at line line 68
$this setVersionMajor( int $versionMajor)

Parameters

int $versionMajor

Return Value

$this

at line line 78
int|null getVersionMajor()

Return Value

int|null

at line line 86
bool hasVersionMajor()

Return Value

bool

at line line 94
$this clearVersionMajor()

Return Value

$this

at line line 106
$this setVersionMinor( int $versionMinor)

Parameters

int $versionMinor

Return Value

$this

at line line 116
int|null getVersionMinor()

Return Value

int|null

at line line 124
bool hasVersionMinor()

Return Value

bool

at line line 132
$this clearVersionMinor()

Return Value

$this

at line line 144
$this setVersionPatch( int $versionPatch)

Parameters

int $versionPatch

Return Value

$this

at line line 154
int|null getVersionPatch()

Return Value

int|null

at line line 162
bool hasVersionPatch()

Return Value

bool

at line line 170
$this clearVersionPatch()

Return Value

$this