|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
| const | STANDARD = 'FARAD' |
| const | ABFARAD = 'ABFARAD' |
| const | AMPERE_PER_SECOND_VOLT = 'AMPERE_PER_SECOND_VOLT' |
| const | CENTIFARAD = 'CENTIFARAD' |
| const | COULOMB_PER_VOLT = 'COULOMB_PER_VOLT' |
| const | DECIFARAD = 'DECIFARAD' |
| const | DEKAFARAD = 'DEKAFARAD' |
| const | ELECTROMAGNETIC_UNIT = 'ELECTROMAGNETIC_UNIT' |
| const | ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT' |
| const | FARAD = 'FARAD' |
| const | FARAD_INTERNATIONAL = 'FARAD_INTERNATIONAL' |
| const | GAUSSIAN = 'GAUSSIAN' |
| const | GIGAFARAD = 'GIGAFARAD' |
| const | HECTOFARAD = 'HECTOFARAD' |
| const | JAR = 'JAR' |
| const | KILOFARAD = 'KILOFARAD' |
| const | MEGAFARAD = 'MEGAFARAD' |
| const | MICROFARAD = 'MICROFARAD' |
| const | MILLIFARAD = 'MILLIFARAD' |
| const | NANOFARAD = 'NANOFARAD' |
| const | PICOFARAD = 'PICOFARAD' |
| const | PUFF = 'PUFF' |
| const | SECOND_PER_OHM = 'SECOND_PER_OHM' |
| const | STATFARAD = 'STATFARAD' |
| const | TERAFARAD = 'TERAFARAD' |
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 Capacitance.php.
|
protected |
Definition at line 71 of file Capacitance.php.
| const ABFARAD = 'ABFARAD' |
Definition at line 41 of file Capacitance.php.
| const AMPERE_PER_SECOND_VOLT = 'AMPERE_PER_SECOND_VOLT' |
Definition at line 42 of file Capacitance.php.
| const CENTIFARAD = 'CENTIFARAD' |
Definition at line 43 of file Capacitance.php.
| const COULOMB_PER_VOLT = 'COULOMB_PER_VOLT' |
Definition at line 44 of file Capacitance.php.
| const DECIFARAD = 'DECIFARAD' |
Definition at line 45 of file Capacitance.php.
| const DEKAFARAD = 'DEKAFARAD' |
Definition at line 46 of file Capacitance.php.
| const ELECTROMAGNETIC_UNIT = 'ELECTROMAGNETIC_UNIT' |
Definition at line 47 of file Capacitance.php.
| const ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT' |
Definition at line 48 of file Capacitance.php.
| const FARAD = 'FARAD' |
Definition at line 49 of file Capacitance.php.
| const FARAD_INTERNATIONAL = 'FARAD_INTERNATIONAL' |
Definition at line 50 of file Capacitance.php.
| const GAUSSIAN = 'GAUSSIAN' |
Definition at line 51 of file Capacitance.php.
| const GIGAFARAD = 'GIGAFARAD' |
Definition at line 52 of file Capacitance.php.
| const HECTOFARAD = 'HECTOFARAD' |
Definition at line 53 of file Capacitance.php.
| const JAR = 'JAR' |
Definition at line 54 of file Capacitance.php.
| const KILOFARAD = 'KILOFARAD' |
Definition at line 55 of file Capacitance.php.
| const MEGAFARAD = 'MEGAFARAD' |
Definition at line 56 of file Capacitance.php.
| const MICROFARAD = 'MICROFARAD' |
Definition at line 57 of file Capacitance.php.
| const MILLIFARAD = 'MILLIFARAD' |
Definition at line 58 of file Capacitance.php.
| const NANOFARAD = 'NANOFARAD' |
Definition at line 59 of file Capacitance.php.
| const PICOFARAD = 'PICOFARAD' |
Definition at line 60 of file Capacitance.php.
| const PUFF = 'PUFF' |
Definition at line 61 of file Capacitance.php.
| const SECOND_PER_OHM = 'SECOND_PER_OHM' |
Definition at line 62 of file Capacitance.php.
| const STANDARD = 'FARAD' |
Definition at line 39 of file Capacitance.php.
| const STATFARAD = 'STATFARAD' |
Definition at line 63 of file Capacitance.php.
| const TERAFARAD = 'TERAFARAD' |
Definition at line 64 of file Capacitance.php.