Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | STANDARD = 'METER_PER_SQUARE_SECOND' |
const | CENTIGAL = 'CENTIGAL' |
const | CENTIMETER_PER_SQUARE_SECOND = 'CENTIMETER_PER_SQUARE_SECOND' |
const | DECIGAL = 'DECIGAL' |
const | DECIMETER_PER_SQUARE_SECOND = 'DECIMETER_PER_SQUARE_SECOND' |
const | DEKAMETER_PER_SQUARE_SECOND = 'DEKAMETER_PER_SQUARE_SECOND' |
const | FOOT_PER_SQUARE_SECOND = 'FOOT_PER_SQUARE_SECOND' |
const | G = 'G' |
const | GAL = 'GAL' |
const | GALILEO = 'GALILEO' |
const | GRAV = 'GRAV' |
const | HECTOMETER_PER_SQUARE_SECOND = 'HECTOMETER_PER_SQUARE_SECOND' |
const | INCH_PER_SQUARE_SECOND = 'INCH_PER_SQUARE_SECOND' |
const | KILOMETER_PER_HOUR_SECOND = 'KILOMETER_PER_HOUR_SECOND' |
const | KILOMETER_PER_SQUARE_SECOND = 'KILOMETER_PER_SQUARE_SECOND' |
const | METER_PER_SQUARE_SECOND = 'METER_PER_SQUARE_SECOND' |
const | MILE_PER_HOUR_MINUTE = 'MILE_PER_HOUR_MINUTE' |
const | MILE_PER_HOUR_SECOND = 'MILE_PER_HOUR_SECOND' |
const | MILE_PER_SQUARE_SECOND = 'MILE_PER_SQUARE_SECOND' |
const | MILLIGAL = 'MILLIGAL' |
const | MILLIMETER_PER_SQUARE_SECOND = 'MILLIMETER_PER_SQUARE_SECOND' |
Protected Attributes | |
$_units | |
![]() | |
$_value | |
$_type | |
$_locale = null | |
$_units = array() | |
Additional Inherited Members | |
![]() | |
__construct ($value, $type=null, $locale=null) | |
getLocale () | |
setLocale ($locale=null, $check=false) | |
getValue ($round=-1, $locale=null) | |
setValue ($value, $type=null, $locale=null) | |
getType () | |
setType ($type) | |
equals ($object) | |
toString ($round=-1, $locale=null) | |
__toString () | |
getConversionList () | |
convertTo ($type, $round=2, $locale=null) | |
add ($object) | |
sub ($object) | |
compare ($object) | |
Definition at line 38 of file Acceleration.php.
|
protected |
Definition at line 68 of file Acceleration.php.
const CENTIGAL = 'CENTIGAL' |
Definition at line 42 of file Acceleration.php.
const CENTIMETER_PER_SQUARE_SECOND = 'CENTIMETER_PER_SQUARE_SECOND' |
Definition at line 43 of file Acceleration.php.
const DECIGAL = 'DECIGAL' |
Definition at line 44 of file Acceleration.php.
const DECIMETER_PER_SQUARE_SECOND = 'DECIMETER_PER_SQUARE_SECOND' |
Definition at line 45 of file Acceleration.php.
const DEKAMETER_PER_SQUARE_SECOND = 'DEKAMETER_PER_SQUARE_SECOND' |
Definition at line 46 of file Acceleration.php.
const FOOT_PER_SQUARE_SECOND = 'FOOT_PER_SQUARE_SECOND' |
Definition at line 47 of file Acceleration.php.
const G = 'G' |
Definition at line 48 of file Acceleration.php.
const GAL = 'GAL' |
Definition at line 49 of file Acceleration.php.
const GALILEO = 'GALILEO' |
Definition at line 50 of file Acceleration.php.
const GRAV = 'GRAV' |
Definition at line 51 of file Acceleration.php.
const HECTOMETER_PER_SQUARE_SECOND = 'HECTOMETER_PER_SQUARE_SECOND' |
Definition at line 52 of file Acceleration.php.
const INCH_PER_SQUARE_SECOND = 'INCH_PER_SQUARE_SECOND' |
Definition at line 53 of file Acceleration.php.
const KILOMETER_PER_HOUR_SECOND = 'KILOMETER_PER_HOUR_SECOND' |
Definition at line 54 of file Acceleration.php.
const KILOMETER_PER_SQUARE_SECOND = 'KILOMETER_PER_SQUARE_SECOND' |
Definition at line 55 of file Acceleration.php.
const METER_PER_SQUARE_SECOND = 'METER_PER_SQUARE_SECOND' |
Definition at line 56 of file Acceleration.php.
const MILE_PER_HOUR_MINUTE = 'MILE_PER_HOUR_MINUTE' |
Definition at line 57 of file Acceleration.php.
const MILE_PER_HOUR_SECOND = 'MILE_PER_HOUR_SECOND' |
Definition at line 58 of file Acceleration.php.
const MILE_PER_SQUARE_SECOND = 'MILE_PER_SQUARE_SECOND' |
Definition at line 59 of file Acceleration.php.
const MILLIGAL = 'MILLIGAL' |
Definition at line 60 of file Acceleration.php.
const MILLIMETER_PER_SQUARE_SECOND = 'MILLIMETER_PER_SQUARE_SECOND' |
Definition at line 61 of file Acceleration.php.
const STANDARD = 'METER_PER_SQUARE_SECOND' |
Definition at line 40 of file Acceleration.php.