Subtract
class Subtract extends NumberMutator (View source)
Subtract a number from another number.
Methods
__construct(float|int $subtrahend)
No description
float|int
mutateNumber(float|int $value)
No description
Details
__construct(float|int $subtrahend)
No description
static Subtract
make(float|int $subtrahend)
No description
mixed
mutate(mixed $value)
Mutate the input value.
protected float|int
mutateNumber(float|int $value)
No description