Medium
extends Known
in package
FinalYes
Tags
Table of Contents
Methods
- asString() : string
- isGreaterThan() : bool
- isKnown() : true
- isLarge() : bool
- isMedium() : true
- isSmall() : bool
- isUnknown() : bool
- large() : Large
- medium() : Medium
- small() : Small
- unknown() : Unknown
Methods
asString()
public
asString() : string
Return values
stringisGreaterThan()
public
isGreaterThan(TestSize $other) : bool
Parameters
- $other : TestSize
Return values
boolisKnown()
public
isKnown() : true
Return values
trueisLarge()
public
isLarge() : bool
Tags
Return values
boolisMedium()
public
isMedium() : true
Return values
trueisSmall()
public
isSmall() : bool
Tags
Return values
boolisUnknown()
public
isUnknown() : bool
Tags
Return values
boollarge()
public
static large() : Large
Return values
Largemedium()
public
static medium() : Medium
Return values
Mediumsmall()
public
static small() : Small
Return values
Smallunknown()
public
static unknown() : Unknown