|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
| const | STANDARD = 'KELVIN' |
| const | CELSIUS = 'CELSIUS' |
| const | FAHRENHEIT = 'FAHRENHEIT' |
| const | RANKINE = 'RANKINE' |
| const | REAUMUR = 'REAUMUR' |
| const | KELVIN = 'KELVIN' |
Protected Attributes | |
| $_units | |
Protected Attributes inherited from Zend_Measure_Abstract | |
| $_value | |
| $_type | |
| $_locale = null | |
| $_units = array() | |
Additional Inherited Members | |
Public Member Functions inherited from Zend_Measure_Abstract | |
| __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 Temperature.php.
|
protected |
Definition at line 52 of file Temperature.php.
| const CELSIUS = 'CELSIUS' |
Definition at line 41 of file Temperature.php.
| const FAHRENHEIT = 'FAHRENHEIT' |
Definition at line 42 of file Temperature.php.
| const KELVIN = 'KELVIN' |
Definition at line 45 of file Temperature.php.
| const RANKINE = 'RANKINE' |
Definition at line 43 of file Temperature.php.
| const REAUMUR = 'REAUMUR' |
Definition at line 44 of file Temperature.php.
| const STANDARD = 'KELVIN' |
Definition at line 39 of file Temperature.php.