Tuple
class Tuple extends Alvine
Tuple
Properties
protected integer | $major | ||
protected integer | $minor | ||
protected string | $op | ||
protected integer | $value |
Methods
__construct()
__construct
integer
getMajor()
getMajor
integer
getMinor()
getMinor
string
getOp()
getOp
integer
getValue()
getValue
static Tuple
getInstanceFromArray(Array|ArrayHelper $array)
getInstanceFromArray
Details
at line 61
__construct()
__construct
at line 73
integer
getMajor()
getMajor
at line 83
integer
getMinor()
getMinor
at line 93
string
getOp()
getOp
at line 103
integer
getValue()
getValue
at line 114
Tuple
setMajor(integer $major)
setMajor
at line 126
Tuple
setMinor(integer $minor)
setMinor
at line 138
Tuple
setOp(string $op)
setOp
at line 150
Tuple
setValue(integer $value)
setValue
at line 162
static Tuple
getInstanceFromArray(Array|ArrayHelper $array)
getInstanceFromArray