Documentation

Medium extends Known
in package

FinalYes
Tags
immutable

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
string

isKnown()

public isKnown() : true
Return values
true

isLarge()

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

Large $this

Return values
bool

isMedium()

public isMedium() : true
Return values
true

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