AbstractUnit
AbstractUnit
abstract class
AbstractUnit implements
UnitInterface
Methods summary
Return Type | Method Name | Description | |
---|---|---|---|
__construct($name, $singlePerUnitName = null, $pluralPerUnitName = null, $prefix = null, $suffix = null) | - | ||
string | name() | - | |
string | perUnitName($value) | - | |
string | prefix() | - | |
string | suffix() | - | |
decorate($value) | - | ||
float|int | roundForType(string|float|int $value) | - | |
string | formatForType(string|float|int $value) | - | |
string | type() | Type of data; ie microtime, float, int, currency |
Details
__construct ($name, $singlePerUnitName = null, $pluralPerUnitName = null, $prefix = null, $suffix = null)
string
name ()
string
perUnitName ($value)
string
prefix ()
string
suffix ()
decorate ($value)
float|int
roundForType (string|float|int $value)
string
formatForType (string|float|int $value)
abstract string
type ()
Type of data; ie microtime, float, int, currency