Documentation

PreReleaseSuffix
in package

Table of Contents

Constants

valueScoreMap  = ['dev' => 0, 'a' => 1, 'alpha' => 1, 'b' => 2, 'beta' => 2, 'rc' => 3, 'p' => 4, 'pl' => 4, 'patch' => 4]

Properties

$full  : string
$number  : int
$value  : string
$valueScore  : int

Methods

__construct()  : mixed
asString()  : string
getNumber()  : int|null
getValue()  : string
isGreaterThan()  : bool
mapValueToScore()  : int
parseValue()  : void

Constants

valueScoreMap

private mixed valueScoreMap = ['dev' => 0, 'a' => 1, 'alpha' => 1, 'b' => 2, 'beta' => 2, 'rc' => 3, 'p' => 4, 'pl' => 4, 'patch' => 4]

Properties

Methods

mapValueToScore()

private mapValueToScore(string $value) : int
Parameters
$value : string
Return values
int

parseValue()

private parseValue(string $value) : void
Parameters
$value : string

        
On this page

Search results