Class for handling flow mole conversions

category Zend
package Zend_Measure
subpackage Zend_Measure_Flow_Mole
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Measure_Abstract

 Methods

Zend_Measure_Abstract is an abstract class for the different measurement types

__construct(mixed $value, integer $type = null, \Zend_Locale $locale = null
Inherited

Parameters

$value

mixed

Value as string, integer, real or float

$type

integer

OPTIONAL a measure type f.e. Zend_Measure_Length::METER

$locale

\Zend_Locale

OPTIONAL a Zend_Locale Type

Exceptions

\Zend_Measure_Exception

Returns a string representation

__toString() : string
Inherited

Returns

string

Adds an unit to another one

add(\Zend_Measure_Abstract $object) : \Zend_Measure_Abstract
Inherited

Parameters

$object

\Zend_Measure_Abstract

object of same unit type

Returns

\Zend_Measure_Abstract

Compares two units

compare(\Zend_Measure_Abstract $object) : boolean
Inherited

Parameters

$object

\Zend_Measure_Abstract

object of same unit type

Returns

boolean

Alias function for setType returning the converted unit

convertTo(string $type, integer $round = 2, string|\Zend_Locale $locale = null) : string
Inherited

Parameters

$type

string

Constant Type

$round

integer

(Optional) Rounds the value to a given precision

$locale

string\Zend_Locale

(Optional) Locale to set for the number

Returns

string

Compare if the value and type is equal

equals(\Zend_Measure_Abstract $object) : boolean
Inherited

Parameters

$object

\Zend_Measure_Abstract

object to compare

Returns

boolean

Returns the conversion list

getConversionList() : array
Inherited

Returns

array

Returns the actual set locale

getLocale() : string
Inherited

Returns

string

Returns the original type

getType() : \type
Inherited

Returns

\type

Returns the internal value

getValue(integer $round = -1, string|\Zend_Locale $locale = null) : integer | string
Inherited

Parameters

$round

integer

(Optional) Rounds the value to an given precision, Default is -1 which returns without rounding

$locale

string\Zend_Locale

(Optional) Locale for number representation

Returns

integerstring

Sets a new locale for the value representation

setLocale(string|\Zend_Locale $locale = null, boolean $check = false) : \Zend_Measure_Abstract
Inherited

Parameters

$locale

string\Zend_Locale

(Optional) New locale to set

$check

boolean

False, check but don't set; True, set the new locale

Returns

\Zend_Measure_Abstract

Set a new type, and convert the value

setType(string $type) : \Zend_Measure_Abstract
Inherited

Parameters

$type

string

New type to set

Exceptions

\Zend_Measure_Exception

Returns

\Zend_Measure_Abstract

Set a new value

setValue(integer|string $value, string $type = null, string|\Zend_Locale $locale = null) : \Zend_Measure_Abstract
Inherited

Parameters

$value

integerstring

Value as string, integer, real or float

$type

string

OPTIONAL A measure type f.e. Zend_Measure_Length::METER

$locale

string\Zend_Locale

OPTIONAL Locale for parsing numbers

Exceptions

\Zend_Measure_Exception

Returns

\Zend_Measure_Abstract

Substracts an unit from another one

sub(\Zend_Measure_Abstract $object) : \Zend_Measure_Abstract
Inherited

Parameters

$object

\Zend_Measure_Abstract

object of same unit type

Returns

\Zend_Measure_Abstract

Returns a string representation

toString(integer $round = -1, string|\Zend_Locale $locale = null) : string
Inherited

Parameters

$round

integer

(Optional) Runds the value to an given exception

$locale

string\Zend_Locale

(Optional) Locale to set for the number

Returns

string

 Properties

 

Locale identifier

$_locale : string

Default

null
 

Original type for this unit

$_type : string

Default

 

Calculations for all flow mole units

$_units : array

Default

array('CENTIMOLE_PER_DAY' => array(array('' => '0.01', '/' => '86400'), 'cmol/day'), 'CENTIMOLE_PER_HOUR' => array(array('' => '0.01', '/' => '3600'), 'cmol/h'), 'CENTIMOLE_PER_MINUTE' => array(array('' => '0.01', '/' => '60'), 'cmol/m'), 'CENTIMOLE_PER_SECOND' => array('0.01', 'cmol/s'), 'MEGAMOLE_PER_DAY' => array(array('' => '1000000', '/' => '86400'), 'Mmol/day'), 'MEGAMOLE_PER_HOUR' => array(array('' => '1000000', '/' => '3600'), 'Mmol/h'), 'MEGAMOLE_PER_MINUTE' => array(array('' => '1000000', '/' => '60'), 'Mmol/m'), 'MEGAMOLE_PER_SECOND' => array('1000000', 'Mmol/s'), 'MICROMOLE_PER_DAY' => array(array('' => '0.000001', '/' => '86400'), 'µmol/day'), 'MICROMOLE_PER_HOUR' => array(array('' => '0.000001', '/' => '3600'), 'µmol/h'), 'MICROMOLE_PER_MINUTE' => array(array('' => '0.000001', '/' => '60'), 'µmol/m'), 'MICROMOLE_PER_SECOND' => array('0.000001', 'µmol/s'), 'MILLIMOLE_PER_DAY' => array(array('' => '0.001', '/' => '86400'), 'mmol/day'), 'MILLIMOLE_PER_HOUR' => array(array('' => '0.001', '/' => '3600'), 'mmol/h'), 'MILLIMOLE_PER_MINUTE' => array(array('' => '0.001', '/' => '60'), 'mmol/m'), 'MILLIMOLE_PER_SECOND' => array('0.001', 'mmol/s'), 'MOLE_PER_DAY' => array(array('' => '1', '/' => '86400'), 'mol/day'), 'MOLE_PER_HOUR' => array(array('' => '1', '/' => '3600'), 'mol/h'), 'MOLE_PER_MINUTE' => array(array('' => '1', '/' => '60'), 'mol/m'), 'MOLE_PER_SECOND' => array('1', 'mol/s'), 'STANDARD' => 'MOLE_PER_SECOND')
inherited_from \Zend_Measure_Abstract::_units
 

Unit types for this measurement

$_units 

Default

array()
 

Plain value in standard unit

$_value : string

Default

 Constants

 

CENTIMOLE_PER_DAY

CENTIMOLE_PER_DAY = 'CENTIMOLE_PER_DAY' 
 

CENTIMOLE_PER_HOUR

CENTIMOLE_PER_HOUR = 'CENTIMOLE_PER_HOUR' 
 

CENTIMOLE_PER_MINUTE

CENTIMOLE_PER_MINUTE = 'CENTIMOLE_PER_MINUTE' 
 

CENTIMOLE_PER_SECOND

CENTIMOLE_PER_SECOND = 'CENTIMOLE_PER_SECOND' 
 

MEGAMOLE_PER_DAY

MEGAMOLE_PER_DAY = 'MEGAMOLE_PER_DAY' 
 

MEGAMOLE_PER_HOUR

MEGAMOLE_PER_HOUR = 'MEGAMOLE_PER_HOUR' 
 

MEGAMOLE_PER_MINUTE

MEGAMOLE_PER_MINUTE = 'MEGAMOLE_PER_MINUTE' 
 

MEGAMOLE_PER_SECOND

MEGAMOLE_PER_SECOND = 'MEGAMOLE_PER_SECOND' 
 

MICROMOLE_PER_DAY

MICROMOLE_PER_DAY = 'MICROMOLE_PER_DAY' 
 

MICROMOLE_PER_HOUR

MICROMOLE_PER_HOUR = 'MICROMOLE_PER_HOUR' 
 

MICROMOLE_PER_MINUTE

MICROMOLE_PER_MINUTE = 'MICROMOLE_PER_MINUTE' 
 

MICROMOLE_PER_SECOND

MICROMOLE_PER_SECOND = 'MICROMOLE_PER_SECOND' 
 

MILLIMOLE_PER_DAY

MILLIMOLE_PER_DAY = 'MILLIMOLE_PER_DAY' 
 

MILLIMOLE_PER_HOUR

MILLIMOLE_PER_HOUR = 'MILLIMOLE_PER_HOUR' 
 

MILLIMOLE_PER_MINUTE

MILLIMOLE_PER_MINUTE = 'MILLIMOLE_PER_MINUTE' 
 

MILLIMOLE_PER_SECOND

MILLIMOLE_PER_SECOND = 'MILLIMOLE_PER_SECOND' 
 

MOLE_PER_DAY

MOLE_PER_DAY = 'MOLE_PER_DAY' 
 

MOLE_PER_HOUR

MOLE_PER_HOUR = 'MOLE_PER_HOUR' 
 

MOLE_PER_MINUTE

MOLE_PER_MINUTE = 'MOLE_PER_MINUTE' 
 

MOLE_PER_SECOND

MOLE_PER_SECOND = 'MOLE_PER_SECOND' 
 

STANDARD

STANDARD = 'MOLE_PER_SECOND'