Documentation

Small extends Known
in package

FinalYes
Tags
immutable

Table of Contents

Methods

asString()  : string
isGreaterThan()  : bool
isKnown()  : true
isLarge()  : bool
isMedium()  : bool
isSmall()  : true
isUnknown()  : bool
large()  : Large
medium()  : Medium
small()  : Small
unknown()  : Unknown

Methods

asString()

public asString() : string
Return values
string

isGreaterThan()

public isGreaterThan(TestSize $other) : bool
Parameters
$other : TestSize
Return values
bool

isKnown()

public isKnown() : true
Return values
true

isLarge()

public isLarge() : bool
Tags
phpstan-assert-if-true

Large $this

Return values
bool

isMedium()

public isMedium() : bool
Tags
phpstan-assert-if-true

Medium $this

Return values
bool

isSmall()

public isSmall() : true
Return values
true

isUnknown()

public isUnknown() : bool
Tags
phpstan-assert-if-true

Unknown $this

Return values
bool
On this page

Search results