Constant summary
Methods summary
Modifier and Type | Method |
---|---|
public | __construct ( int nums , string stage = null , array stageNums = array ) |
public int|null | getMajorNum ( ) |
public int|null | getMinorNum ( ) |
public int|null | getPatchNum ( ) |
public int [] | getStageNums ( ) |
public static | create ( string str ) |
Constants in detail
-
NUM_SEPARATOR
const NUM_SEPARATOR
-
STAGE_SEPARATOR
const STAGE_SEPARATOR
Methods in detail
-
__construct
public __construct ( int nums , string stage = null , array stageNums = array )param
int numsstring stagearray stageNums -
getMajorNum
int|null public getMajorNum ( )return
n2n\util\dev\int|null -
getMinorNum
int|null public getMinorNum ( )return
n2n\util\dev\int|null -
getPatchNum
int|null public getPatchNum ( )return
n2n\util\dev\int|null -
getStageNums
int public getStageNums ( )return
int -
create
public static create ( string str )