Zend Framework  1.12
Public Attributes | Protected Attributes | List of all members
Zend_Measure_Capacitance Class Reference

Public Attributes

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
 Plain value in standard unit.
 
 $_type
 Original type for this unit.
 
 $_locale = null
 Locale identifier.
 
 $_units = array()
 Unit types for this measurement.
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Measure_Abstract
 __construct ($value, $type=null, $locale=null)
 Zend_Measure_Abstract is an abstract class for the different measurement types.
 
 getLocale ()
 Returns the actual set locale.
 
 setLocale ($locale=null, $check=false)
 Sets a new locale for the value representation.
 
 getValue ($round=-1, $locale=null)
 Returns the internal value.
 
 setValue ($value, $type=null, $locale=null)
 Set a new value.
 
 getType ()
 Returns the original type.
 
 setType ($type)
 Set a new type, and convert the value.
 
 equals ($object)
 Compare if the value and type is equal.
 
 toString ($round=-1, $locale=null)
 Returns a string representation.
 
 __toString ()
 Returns a string representation.
 
 getConversionList ()
 Returns the conversion list.
 
 convertTo ($type, $round=2, $locale=null)
 Alias function for setType returning the converted unit.
 
 add ($object)
 Adds an unit to another one.
 
 sub ($object)
 Substracts an unit from another one.
 
 compare ($object)
 Compares two units.
 

Member Data Documentation

$_units
protected
Initial value:
= array(
'ABFARAD' => array('1.0e+9', 'abfarad'),
'AMPERE_PER_SECOND_VOLT' => array('1', 'A/sV'),
'CENTIFARAD' => array('0.01', 'cF'),
'COULOMB_PER_VOLT' => array('1', 'C/V'),
'DECIFARAD' => array('0.1', 'dF'),
'DEKAFARAD' => array('10', 'daF'),
'ELECTROMAGNETIC_UNIT' => array('1.0e+9', 'capacity emu'),
'ELECTROSTATIC_UNIT' => array('1.11265e-12', 'capacity esu'),
'FARAD' => array('1', 'F'),
'FARAD_INTERNATIONAL' => array('0.99951', 'F'),
'GAUSSIAN' => array('1.11265e-12', 'G'),
'GIGAFARAD' => array('1.0e+9', 'GF'),
'HECTOFARAD' => array('100', 'hF'),
'JAR' => array('1.11265e-9', 'jar'),
'KILOFARAD' => array('1000', 'kF'),
'MEGAFARAD' => array('1000000', 'MF'),
'MICROFARAD' => array('0.000001', 'µF'),
'MILLIFARAD' => array('0.001', 'mF'),
'NANOFARAD' => array('1.0e-9', 'nF'),
'PICOFARAD' => array('1.0e-12', 'pF'),
'PUFF' => array('1.0e-12', 'pF'),
'SECOND_PER_OHM' => array('1', 's/Ohm'),
'STATFARAD' => array('1.11265e-12', 'statfarad'),
'TERAFARAD' => array('1.0e+12', 'TF'),
'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 STANDARD = 'FARAD'
const STATFARAD = 'STATFARAD'
const TERAFARAD = 'TERAFARAD'