Documentation

Unknown extends TestSize
in package

FinalYes
Tags
immutable

Table of Contents

Methods

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

Methods

asString()

public asString() : string
Return values
string

isKnown()

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

Known $this

Return values
bool

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() : bool
Tags
phpstan-assert-if-true

Small $this

Return values
bool

isUnknown()

public isUnknown() : true
Return values
true
On this page

Search results