Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data Fields | Protected Attributes
Zend_Measure_Current Class Reference
Inheritance diagram for Zend_Measure_Current:
Zend_Measure_Abstract

Data Fields

const STANDARD = 'AMPERE'
 
const ABAMPERE = 'ABAMPERE'
 
const AMPERE = 'AMPERE'
 
const BIOT = 'BIOT'
 
const CENTIAMPERE = 'CENTIAMPERE'
 
const COULOMB_PER_SECOND = 'COULOMB_PER_SECOND'
 
const DECIAMPERE = 'DECIAMPERE'
 
const DEKAAMPERE = 'DEKAAMPERE'
 
const ELECTROMAGNETIC_UNIT = 'ELECTROMAGNATIC_UNIT'
 
const ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT'
 
const FRANCLIN_PER_SECOND = 'FRANCLIN_PER_SECOND'
 
const GAUSSIAN = 'GAUSSIAN'
 
const GIGAAMPERE = 'GIGAAMPERE'
 
const GILBERT = 'GILBERT'
 
const HECTOAMPERE = 'HECTOAMPERE'
 
const KILOAMPERE = 'KILOAMPERE'
 
const MEGAAMPERE = 'MEGAAMPERE'
 
const MICROAMPERE = 'MICROAMPERE'
 
const MILLIAMPERE = 'MILLIAMPERE'
 
const NANOAMPERE = 'NANOAMPERE'
 
const PICOAMPERE = 'PICOAMPERE'
 
const SIEMENS_VOLT = 'SIEMENS_VOLT'
 
const STATAMPERE = 'STATAMPERE'
 
const TERAAMPERE = 'TERAAMPERE'
 
const VOLT_PER_OHM = 'VOLT_PER_OHM'
 
const WATT_PER_VOLT = 'WATT_PER_VOLT'
 
const WEBER_PER_HENRY = 'WEBER_PER_HENRY'
 

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)
 

Detailed Description

Definition at line 37 of file Current.php.

Field Documentation

◆ $_units

$_units
protected
Initial value:
= array(
'ABAMPERE' => array('10', 'abampere'),
'AMPERE' => array('1', 'A'),
'BIOT' => array('10', 'Bi'),
'CENTIAMPERE' => array('0.01', 'cA'),
'COULOMB_PER_SECOND' => array('1', 'C/s'),
'DECIAMPERE' => array('0.1', 'dA'),
'DEKAAMPERE' => array('10', 'daA'),
'ELECTROMAGNATIC_UNIT' => array('10', 'current emu'),
'ELECTROSTATIC_UNIT' => array('3.335641e-10', 'current esu'),
'FRANCLIN_PER_SECOND' => array('3.335641e-10', 'Fr/s'),
'GAUSSIAN' => array('3.335641e-10', 'G current'),
'GIGAAMPERE' => array('1.0e+9', 'GA'),
'GILBERT' => array('0.79577472', 'Gi'),
'HECTOAMPERE' => array('100', 'hA'),
'KILOAMPERE' => array('1000', 'kA'),
'MEGAAMPERE' => array('1000000', 'MA') ,
'MICROAMPERE' => array('0.000001', 'µA'),
'MILLIAMPERE' => array('0.001', 'mA'),
'NANOAMPERE' => array('1.0e-9', 'nA'),
'PICOAMPERE' => array('1.0e-12', 'pA'),
'SIEMENS_VOLT' => array('1', 'SV'),
'STATAMPERE' => array('3.335641e-10', 'statampere'),
'TERAAMPERE' => array('1.0e+12', 'TA'),
'VOLT_PER_OHM' => array('1', 'V/Ohm'),
'WATT_PER_VOLT' => array('1', 'W/V'),
'WEBER_PER_HENRY' => array('1', 'Wb/H'),
'STANDARD' => 'AMPERE'
)

Definition at line 73 of file Current.php.

◆ ABAMPERE

const ABAMPERE = 'ABAMPERE'

Definition at line 41 of file Current.php.

◆ AMPERE

const AMPERE = 'AMPERE'

Definition at line 42 of file Current.php.

◆ BIOT

const BIOT = 'BIOT'

Definition at line 43 of file Current.php.

◆ CENTIAMPERE

const CENTIAMPERE = 'CENTIAMPERE'

Definition at line 44 of file Current.php.

◆ COULOMB_PER_SECOND

const COULOMB_PER_SECOND = 'COULOMB_PER_SECOND'

Definition at line 45 of file Current.php.

◆ DECIAMPERE

const DECIAMPERE = 'DECIAMPERE'

Definition at line 46 of file Current.php.

◆ DEKAAMPERE

const DEKAAMPERE = 'DEKAAMPERE'

Definition at line 47 of file Current.php.

◆ ELECTROMAGNETIC_UNIT

const ELECTROMAGNETIC_UNIT = 'ELECTROMAGNATIC_UNIT'

Definition at line 48 of file Current.php.

◆ ELECTROSTATIC_UNIT

const ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT'

Definition at line 49 of file Current.php.

◆ FRANCLIN_PER_SECOND

const FRANCLIN_PER_SECOND = 'FRANCLIN_PER_SECOND'

Definition at line 50 of file Current.php.

◆ GAUSSIAN

const GAUSSIAN = 'GAUSSIAN'

Definition at line 51 of file Current.php.

◆ GIGAAMPERE

const GIGAAMPERE = 'GIGAAMPERE'

Definition at line 52 of file Current.php.

◆ GILBERT

const GILBERT = 'GILBERT'

Definition at line 53 of file Current.php.

◆ HECTOAMPERE

const HECTOAMPERE = 'HECTOAMPERE'

Definition at line 54 of file Current.php.

◆ KILOAMPERE

const KILOAMPERE = 'KILOAMPERE'

Definition at line 55 of file Current.php.

◆ MEGAAMPERE

const MEGAAMPERE = 'MEGAAMPERE'

Definition at line 56 of file Current.php.

◆ MICROAMPERE

const MICROAMPERE = 'MICROAMPERE'

Definition at line 57 of file Current.php.

◆ MILLIAMPERE

const MILLIAMPERE = 'MILLIAMPERE'

Definition at line 58 of file Current.php.

◆ NANOAMPERE

const NANOAMPERE = 'NANOAMPERE'

Definition at line 59 of file Current.php.

◆ PICOAMPERE

const PICOAMPERE = 'PICOAMPERE'

Definition at line 60 of file Current.php.

◆ SIEMENS_VOLT

const SIEMENS_VOLT = 'SIEMENS_VOLT'

Definition at line 61 of file Current.php.

◆ STANDARD

const STANDARD = 'AMPERE'

Definition at line 39 of file Current.php.

◆ STATAMPERE

const STATAMPERE = 'STATAMPERE'

Definition at line 62 of file Current.php.

◆ TERAAMPERE

const TERAAMPERE = 'TERAAMPERE'

Definition at line 63 of file Current.php.

◆ VOLT_PER_OHM

const VOLT_PER_OHM = 'VOLT_PER_OHM'

Definition at line 64 of file Current.php.

◆ WATT_PER_VOLT

const WATT_PER_VOLT = 'WATT_PER_VOLT'

Definition at line 65 of file Current.php.

◆ WEBER_PER_HENRY

const WEBER_PER_HENRY = 'WEBER_PER_HENRY'

Definition at line 66 of file Current.php.


The documentation for this class was generated from the following file: