Documentation

TestSize
in package

AbstractYes
Tags
immutable

Table of Contents

Methods

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

Methods

asString()

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

Unknown $this

Return values
bool
On this page

Search results