|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
| const | STANDARD = 'CUBIC_METER' |
| const | CAN_2POINT5 = 'CAN_2POINT5' |
| const | CAN_10 = 'CAN_10' |
| const | BARREL_WINE = 'BARREL_WINE' |
| const | BARREL = 'BARREL' |
| const | BARREL_US_DRY = 'BARREL_US_DRY' |
| const | BARREL_US_FEDERAL = 'BARREL_US_FEDERAL' |
| const | BARREL_US = 'BARREL_US' |
| const | BUCKET = 'BUCKET' |
| const | BUCKET_US = 'BUCKET_US' |
| const | BUSHEL = 'BUSHEL' |
| const | BUSHEL_US = 'BUSHEL_US' |
| const | CENTILITER = 'CENTILITER' |
| const | COFFEE_SPOON = 'COFFEE_SPOON' |
| const | CUBIC_CENTIMETER = 'CUBIC_CENTIMETER' |
| const | CUBIC_DECIMETER = 'CUBIC_DECIMETER' |
| const | CUBIC_FOOT = 'CUBIC_FOOT' |
| const | CUBIC_INCH = 'CUBIC_INCH' |
| const | CUBIC_METER = 'CUBIC_METER' |
| const | CUBIC_MICROMETER = 'CUBIC_MICROMETER' |
| const | CUBIC_MILLIMETER = 'CUBIC_MILLIMETER' |
| const | CUP_CANADA = 'CUP_CANADA' |
| const | CUP = 'CUP' |
| const | CUP_US = 'CUP_US' |
| const | DASH = 'DASH' |
| const | DECILITER = 'DECILITER' |
| const | DEKALITER = 'DEKALITER' |
| const | DEMI = 'DEMI' |
| const | DRAM = 'DRAM' |
| const | DROP = 'DROP' |
| const | FIFTH = 'FIFTH' |
| const | GALLON = 'GALLON' |
| const | GALLON_US_DRY = 'GALLON_US_DRY' |
| const | GALLON_US = 'GALLON_US' |
| const | GILL = 'GILL' |
| const | GILL_US = 'GILL_US' |
| const | HECTOLITER = 'HECTOLITER' |
| const | HOGSHEAD = 'HOGSHEAD' |
| const | HOGSHEAD_US = 'HOGSHEAD_US' |
| const | JIGGER = 'JIGGER' |
| const | KILOLITER = 'KILOLITER' |
| const | LITER = 'LITER' |
| const | MEASURE = 'MEASURE' |
| const | MEGALITER = 'MEGALITER' |
| const | MICROLITER = 'MICROLITER' |
| const | MILLILITER = 'MILLILITER' |
| const | MINIM = 'MINIM' |
| const | MINIM_US = 'MINIM_US' |
| const | OUNCE = 'OUNCE' |
| const | OUNCE_US = 'OUNCE_US' |
| const | PECK = 'PECK' |
| const | PECK_US = 'PECK_US' |
| const | PINCH = 'PINCH' |
| const | PINT = 'PINT' |
| const | PINT_US_DRY = 'PINT_US_DRY' |
| const | PINT_US = 'PINT_US' |
| const | PIPE = 'PIPE' |
| const | PIPE_US = 'PIPE_US' |
| const | PONY = 'PONY' |
| const | QUART_GERMANY = 'QUART_GERMANY' |
| const | QUART_ANCIENT = 'QUART_ANCIENT' |
| const | QUART = 'QUART' |
| const | QUART_US_DRY = 'QUART_US_DRY' |
| const | QUART_US = 'QUART_US' |
| const | SHOT = 'SHOT' |
| const | TABLESPOON = 'TABLESPOON' |
| const | TABLESPOON_UK = 'TABLESPOON_UK' |
| const | TABLESPOON_US = 'TABLESPOON_US' |
| const | TEASPOON = 'TEASPOON' |
| const | TEASPOON_UK = 'TEASPOON_UK' |
| const | TEASPOON_US = 'TEASPOON_US' |
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 Volume.php.
|
protected |
Definition at line 117 of file Volume.php.
| const BARREL = 'BARREL' |
Definition at line 44 of file Volume.php.
| const BARREL_US = 'BARREL_US' |
Definition at line 47 of file Volume.php.
| const BARREL_US_DRY = 'BARREL_US_DRY' |
Definition at line 45 of file Volume.php.
| const BARREL_US_FEDERAL = 'BARREL_US_FEDERAL' |
Definition at line 46 of file Volume.php.
| const BARREL_WINE = 'BARREL_WINE' |
Definition at line 43 of file Volume.php.
| const BUCKET = 'BUCKET' |
Definition at line 48 of file Volume.php.
| const BUCKET_US = 'BUCKET_US' |
Definition at line 49 of file Volume.php.
| const BUSHEL = 'BUSHEL' |
Definition at line 50 of file Volume.php.
| const BUSHEL_US = 'BUSHEL_US' |
Definition at line 51 of file Volume.php.
| const CAN_10 = 'CAN_10' |
Definition at line 42 of file Volume.php.
| const CAN_2POINT5 = 'CAN_2POINT5' |
Definition at line 41 of file Volume.php.
| const CENTILITER = 'CENTILITER' |
Definition at line 52 of file Volume.php.
| const COFFEE_SPOON = 'COFFEE_SPOON' |
Definition at line 53 of file Volume.php.
| const CUBIC_CENTIMETER = 'CUBIC_CENTIMETER' |
Definition at line 54 of file Volume.php.
| const CUBIC_DECIMETER = 'CUBIC_DECIMETER' |
Definition at line 55 of file Volume.php.
| const CUBIC_FOOT = 'CUBIC_FOOT' |
Definition at line 56 of file Volume.php.
| const CUBIC_INCH = 'CUBIC_INCH' |
Definition at line 57 of file Volume.php.
| const CUBIC_METER = 'CUBIC_METER' |
Definition at line 58 of file Volume.php.
| const CUBIC_MICROMETER = 'CUBIC_MICROMETER' |
Definition at line 59 of file Volume.php.
| const CUBIC_MILLIMETER = 'CUBIC_MILLIMETER' |
Definition at line 60 of file Volume.php.
| const CUP = 'CUP' |
Definition at line 62 of file Volume.php.
| const CUP_CANADA = 'CUP_CANADA' |
Definition at line 61 of file Volume.php.
| const CUP_US = 'CUP_US' |
Definition at line 63 of file Volume.php.
| const DASH = 'DASH' |
Definition at line 64 of file Volume.php.
| const DECILITER = 'DECILITER' |
Definition at line 65 of file Volume.php.
| const DEKALITER = 'DEKALITER' |
Definition at line 66 of file Volume.php.
| const DEMI = 'DEMI' |
Definition at line 67 of file Volume.php.
| const DRAM = 'DRAM' |
Definition at line 68 of file Volume.php.
| const DROP = 'DROP' |
Definition at line 69 of file Volume.php.
| const FIFTH = 'FIFTH' |
Definition at line 70 of file Volume.php.
| const GALLON = 'GALLON' |
Definition at line 71 of file Volume.php.
| const GALLON_US = 'GALLON_US' |
Definition at line 73 of file Volume.php.
| const GALLON_US_DRY = 'GALLON_US_DRY' |
Definition at line 72 of file Volume.php.
| const GILL = 'GILL' |
Definition at line 74 of file Volume.php.
| const GILL_US = 'GILL_US' |
Definition at line 75 of file Volume.php.
| const HECTOLITER = 'HECTOLITER' |
Definition at line 76 of file Volume.php.
| const HOGSHEAD = 'HOGSHEAD' |
Definition at line 77 of file Volume.php.
| const HOGSHEAD_US = 'HOGSHEAD_US' |
Definition at line 78 of file Volume.php.
| const JIGGER = 'JIGGER' |
Definition at line 79 of file Volume.php.
| const KILOLITER = 'KILOLITER' |
Definition at line 80 of file Volume.php.
| const LITER = 'LITER' |
Definition at line 81 of file Volume.php.
| const MEASURE = 'MEASURE' |
Definition at line 82 of file Volume.php.
| const MEGALITER = 'MEGALITER' |
Definition at line 83 of file Volume.php.
| const MICROLITER = 'MICROLITER' |
Definition at line 84 of file Volume.php.
| const MILLILITER = 'MILLILITER' |
Definition at line 85 of file Volume.php.
| const MINIM = 'MINIM' |
Definition at line 86 of file Volume.php.
| const MINIM_US = 'MINIM_US' |
Definition at line 87 of file Volume.php.
| const OUNCE = 'OUNCE' |
Definition at line 88 of file Volume.php.
| const OUNCE_US = 'OUNCE_US' |
Definition at line 89 of file Volume.php.
| const PECK = 'PECK' |
Definition at line 90 of file Volume.php.
| const PECK_US = 'PECK_US' |
Definition at line 91 of file Volume.php.
| const PINCH = 'PINCH' |
Definition at line 92 of file Volume.php.
| const PINT = 'PINT' |
Definition at line 93 of file Volume.php.
| const PINT_US = 'PINT_US' |
Definition at line 95 of file Volume.php.
| const PINT_US_DRY = 'PINT_US_DRY' |
Definition at line 94 of file Volume.php.
| const PIPE = 'PIPE' |
Definition at line 96 of file Volume.php.
| const PIPE_US = 'PIPE_US' |
Definition at line 97 of file Volume.php.
| const PONY = 'PONY' |
Definition at line 98 of file Volume.php.
| const QUART = 'QUART' |
Definition at line 101 of file Volume.php.
| const QUART_ANCIENT = 'QUART_ANCIENT' |
Definition at line 100 of file Volume.php.
| const QUART_GERMANY = 'QUART_GERMANY' |
Definition at line 99 of file Volume.php.
| const QUART_US = 'QUART_US' |
Definition at line 103 of file Volume.php.
| const QUART_US_DRY = 'QUART_US_DRY' |
Definition at line 102 of file Volume.php.
| const SHOT = 'SHOT' |
Definition at line 104 of file Volume.php.
| const STANDARD = 'CUBIC_METER' |
Definition at line 39 of file Volume.php.
| const TABLESPOON = 'TABLESPOON' |
Definition at line 105 of file Volume.php.
| const TABLESPOON_UK = 'TABLESPOON_UK' |
Definition at line 106 of file Volume.php.
| const TABLESPOON_US = 'TABLESPOON_US' |
Definition at line 107 of file Volume.php.
| const TEASPOON = 'TEASPOON' |
Definition at line 108 of file Volume.php.
| const TEASPOON_UK = 'TEASPOON_UK' |
Definition at line 109 of file Volume.php.
| const TEASPOON_US = 'TEASPOON_US' |
Definition at line 110 of file Volume.php.