Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | STANDARD = 'KILOGRAM_PER_METER_SECOND' |
const | CENTIPOISE = 'CENTIPOISE' |
const | DECIPOISE = 'DECIPOISE' |
const | DYNE_SECOND_PER_SQUARE_CENTIMETER = 'DYNE_SECOND_PER_SQUARE_CENTIMETER' |
const | GRAM_FORCE_SECOND_PER_SQUARE_CENTIMETER = 'GRAM_FORCE_SECOND_PER_SQUARE_CENTIMETER' |
const | GRAM_PER_CENTIMETER_SECOND = 'GRAM_PER_CENTIMETER_SECOND' |
const | KILOGRAM_FORCE_SECOND_PER_SQUARE_METER = 'KILOGRAM_FORCE_SECOND_PER_SQUARE_METER' |
const | KILOGRAM_PER_METER_HOUR = 'KILOGRAM_PER_METER_HOUR' |
const | KILOGRAM_PER_METER_SECOND = 'KILOGRAM_PER_METER_SECOND' |
const | MILLIPASCAL_SECOND = 'MILLIPASCAL_SECOND' |
const | MILLIPOISE = 'MILLIPOISE' |
const | NEWTON_SECOND_PER_SQUARE_METER = 'NEWTON_SECOND_PER_SQUARE_METER' |
const | PASCAL_SECOND = 'PASCAL_SECOND' |
const | POISE = 'POISE' |
const | POISEUILLE = 'POISEUILLE' |
const | POUND_FORCE_SECOND_PER_SQUARE_FEET = 'POUND_FORCE_SECOND_PER_SQUARE_FEET' |
const | POUND_FORCE_SECOND_PER_SQUARE_INCH = 'POUND_FORCE_SECOND_PER_SQUARE_INCH' |
const | POUND_PER_FOOT_HOUR = 'POUND_PER_FOOT_HOUR' |
const | POUND_PER_FOOT_SECOND = 'POUND_PER_FOOT_SECOND' |
const | POUNDAL_HOUR_PER_SQUARE_FOOT = 'POUNDAL_HOUR_PER_SQUARE_FOOT' |
const | POUNDAL_SECOND_PER_SQUARE_FOOT = 'POUNDAL_SECOND_PER_SQUARE_FOOT' |
const | REYN = 'REYN' |
const | SLUG_PER_FOOT_SECOND = 'SLUG_PER_FOOT_SECOND' |
const | LBFS_PER_SQUARE_FOOT = 'LBFS_PER_SQUARE_FOOT' |
const | NS_PER_SQUARE_METER = 'NS_PER_SQUARE_METER' |
const | WATER_20C = 'WATER_20C' |
const | WATER_40C = 'WATER_40C' |
const | HEAVY_OIL_20C = 'HEAVY_OIL_20C' |
const | HEAVY_OIL_40C = 'HEAVY_OIL_40C' |
const | GLYCERIN_20C = 'GLYCERIN_20C' |
const | GLYCERIN_40C = 'GLYCERIN_40C' |
const | SAE_5W_MINUS18C = 'SAE_5W_MINUS18C' |
const | SAE_10W_MINUS18C = 'SAE_10W_MINUS18C' |
const | SAE_20W_MINUS18C = 'SAE_20W_MINUS18C' |
const | SAE_5W_99C = 'SAE_5W_99C' |
const | SAE_10W_99C = 'SAE_10W_99C' |
const | SAE_20W_99C = 'SAE_20W_99C' |
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 37 of file Dynamic.php.
|
protected |
Definition at line 83 of file Dynamic.php.
const CENTIPOISE = 'CENTIPOISE' |
Definition at line 41 of file Dynamic.php.
const DECIPOISE = 'DECIPOISE' |
Definition at line 42 of file Dynamic.php.
const DYNE_SECOND_PER_SQUARE_CENTIMETER = 'DYNE_SECOND_PER_SQUARE_CENTIMETER' |
Definition at line 43 of file Dynamic.php.
const GLYCERIN_20C = 'GLYCERIN_20C' |
Definition at line 69 of file Dynamic.php.
const GLYCERIN_40C = 'GLYCERIN_40C' |
Definition at line 70 of file Dynamic.php.
const GRAM_FORCE_SECOND_PER_SQUARE_CENTIMETER = 'GRAM_FORCE_SECOND_PER_SQUARE_CENTIMETER' |
Definition at line 44 of file Dynamic.php.
const GRAM_PER_CENTIMETER_SECOND = 'GRAM_PER_CENTIMETER_SECOND' |
Definition at line 45 of file Dynamic.php.
const HEAVY_OIL_20C = 'HEAVY_OIL_20C' |
Definition at line 67 of file Dynamic.php.
const HEAVY_OIL_40C = 'HEAVY_OIL_40C' |
Definition at line 68 of file Dynamic.php.
const KILOGRAM_FORCE_SECOND_PER_SQUARE_METER = 'KILOGRAM_FORCE_SECOND_PER_SQUARE_METER' |
Definition at line 46 of file Dynamic.php.
const KILOGRAM_PER_METER_HOUR = 'KILOGRAM_PER_METER_HOUR' |
Definition at line 47 of file Dynamic.php.
const KILOGRAM_PER_METER_SECOND = 'KILOGRAM_PER_METER_SECOND' |
Definition at line 48 of file Dynamic.php.
const LBFS_PER_SQUARE_FOOT = 'LBFS_PER_SQUARE_FOOT' |
Definition at line 63 of file Dynamic.php.
const MILLIPASCAL_SECOND = 'MILLIPASCAL_SECOND' |
Definition at line 49 of file Dynamic.php.
const MILLIPOISE = 'MILLIPOISE' |
Definition at line 50 of file Dynamic.php.
const NEWTON_SECOND_PER_SQUARE_METER = 'NEWTON_SECOND_PER_SQUARE_METER' |
Definition at line 51 of file Dynamic.php.
const NS_PER_SQUARE_METER = 'NS_PER_SQUARE_METER' |
Definition at line 64 of file Dynamic.php.
const PASCAL_SECOND = 'PASCAL_SECOND' |
Definition at line 52 of file Dynamic.php.
const POISE = 'POISE' |
Definition at line 53 of file Dynamic.php.
const POISEUILLE = 'POISEUILLE' |
Definition at line 54 of file Dynamic.php.
const POUND_FORCE_SECOND_PER_SQUARE_FEET = 'POUND_FORCE_SECOND_PER_SQUARE_FEET' |
Definition at line 55 of file Dynamic.php.
const POUND_FORCE_SECOND_PER_SQUARE_INCH = 'POUND_FORCE_SECOND_PER_SQUARE_INCH' |
Definition at line 56 of file Dynamic.php.
const POUND_PER_FOOT_HOUR = 'POUND_PER_FOOT_HOUR' |
Definition at line 57 of file Dynamic.php.
const POUND_PER_FOOT_SECOND = 'POUND_PER_FOOT_SECOND' |
Definition at line 58 of file Dynamic.php.
const POUNDAL_HOUR_PER_SQUARE_FOOT = 'POUNDAL_HOUR_PER_SQUARE_FOOT' |
Definition at line 59 of file Dynamic.php.
const POUNDAL_SECOND_PER_SQUARE_FOOT = 'POUNDAL_SECOND_PER_SQUARE_FOOT' |
Definition at line 60 of file Dynamic.php.
const REYN = 'REYN' |
Definition at line 61 of file Dynamic.php.
const SAE_10W_99C = 'SAE_10W_99C' |
Definition at line 75 of file Dynamic.php.
const SAE_10W_MINUS18C = 'SAE_10W_MINUS18C' |
Definition at line 72 of file Dynamic.php.
const SAE_20W_99C = 'SAE_20W_99C' |
Definition at line 76 of file Dynamic.php.
const SAE_20W_MINUS18C = 'SAE_20W_MINUS18C' |
Definition at line 73 of file Dynamic.php.
const SAE_5W_99C = 'SAE_5W_99C' |
Definition at line 74 of file Dynamic.php.
const SAE_5W_MINUS18C = 'SAE_5W_MINUS18C' |
Definition at line 71 of file Dynamic.php.
const SLUG_PER_FOOT_SECOND = 'SLUG_PER_FOOT_SECOND' |
Definition at line 62 of file Dynamic.php.
const STANDARD = 'KILOGRAM_PER_METER_SECOND' |
Definition at line 39 of file Dynamic.php.
const WATER_20C = 'WATER_20C' |
Definition at line 65 of file Dynamic.php.
const WATER_40C = 'WATER_40C' |
Definition at line 66 of file Dynamic.php.