final class IntegerRange
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

SQL integer bounds restricted to values representable by PHP integers.

Properties§

public int $minimum

Smallest value accepted by the selected width and signedness.

public int $maximum

Largest SQL value that can also be represented as a PHP integer.

Methods§

public function __construct(IntegerWidth $width, bool $unsigned = false)

Resolves the value domain before a random value is drawn from it.

Parameters

$widthIntegerWidth
$unsignedbool
Calls 5

Test cases 27§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 25

Relations§

Instantiated in 7