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

Data Fields

const STANDARD = 'NEWTON'
 
const ATTONEWTON = 'ATTONEWTON'
 
const CENTINEWTON = 'CENTINEWTON'
 
const DECIGRAM_FORCE = 'DECIGRAM_FORCE'
 
const DECINEWTON = 'DECINEWTON'
 
const DEKAGRAM_FORCE = 'DEKAGRAM_FORCE'
 
const DEKANEWTON = 'DEKANEWTON'
 
const DYNE = 'DYNE'
 
const EXANEWTON = 'EXANEWTON'
 
const FEMTONEWTON = 'FEMTONEWTON'
 
const GIGANEWTON = 'GIGANEWTON'
 
const GRAM_FORCE = 'GRAM_FORCE'
 
const HECTONEWTON = 'HECTONEWTON'
 
const JOULE_PER_METER = 'JOULE_PER_METER'
 
const KILOGRAM_FORCE = 'KILOGRAM_FORCE'
 
const KILONEWTON = 'KILONEWTON'
 
const KILOPOND = 'KILOPOND'
 
const KIP = 'KIP'
 
const MEGANEWTON = 'MEGANEWTON'
 
const MEGAPOND = 'MEGAPOND'
 
const MICRONEWTON = 'MICRONEWTON'
 
const MILLINEWTON = 'MILLINEWTON'
 
const NANONEWTON = 'NANONEWTON'
 
const NEWTON = 'NEWTON'
 
const OUNCE_FORCE = 'OUNCE_FORCE'
 
const PETANEWTON = 'PETANEWTON'
 
const PICONEWTON = 'PICONEWTON'
 
const POND = 'POND'
 
const POUND_FORCE = 'POUND_FORCE'
 
const POUNDAL = 'POUNDAL'
 
const STHENE = 'STHENE'
 
const TERANEWTON = 'TERANEWTON'
 
const TON_FORCE_LONG = 'TON_FORCE_LONG'
 
const TON_FORCE = 'TON_FORCE'
 
const TON_FORCE_SHORT = 'TON_FORCE_SHORT'
 
const YOCTONEWTON = 'YOCTONEWTON'
 
const YOTTANEWTON = 'YOTTANEWTON'
 
const ZEPTONEWTON = 'ZEPTONEWTON'
 
const ZETTANEWTON = 'ZETTANEWTON'
 

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 Force.php.

Field Documentation

◆ $_units

$_units
protected

Definition at line 85 of file Force.php.

◆ ATTONEWTON

const ATTONEWTON = 'ATTONEWTON'

Definition at line 41 of file Force.php.

◆ CENTINEWTON

const CENTINEWTON = 'CENTINEWTON'

Definition at line 42 of file Force.php.

◆ DECIGRAM_FORCE

const DECIGRAM_FORCE = 'DECIGRAM_FORCE'

Definition at line 43 of file Force.php.

◆ DECINEWTON

const DECINEWTON = 'DECINEWTON'

Definition at line 44 of file Force.php.

◆ DEKAGRAM_FORCE

const DEKAGRAM_FORCE = 'DEKAGRAM_FORCE'

Definition at line 45 of file Force.php.

◆ DEKANEWTON

const DEKANEWTON = 'DEKANEWTON'

Definition at line 46 of file Force.php.

◆ DYNE

const DYNE = 'DYNE'

Definition at line 47 of file Force.php.

◆ EXANEWTON

const EXANEWTON = 'EXANEWTON'

Definition at line 48 of file Force.php.

◆ FEMTONEWTON

const FEMTONEWTON = 'FEMTONEWTON'

Definition at line 49 of file Force.php.

◆ GIGANEWTON

const GIGANEWTON = 'GIGANEWTON'

Definition at line 50 of file Force.php.

◆ GRAM_FORCE

const GRAM_FORCE = 'GRAM_FORCE'

Definition at line 51 of file Force.php.

◆ HECTONEWTON

const HECTONEWTON = 'HECTONEWTON'

Definition at line 52 of file Force.php.

◆ JOULE_PER_METER

const JOULE_PER_METER = 'JOULE_PER_METER'

Definition at line 53 of file Force.php.

◆ KILOGRAM_FORCE

const KILOGRAM_FORCE = 'KILOGRAM_FORCE'

Definition at line 54 of file Force.php.

◆ KILONEWTON

const KILONEWTON = 'KILONEWTON'

Definition at line 55 of file Force.php.

◆ KILOPOND

const KILOPOND = 'KILOPOND'

Definition at line 56 of file Force.php.

◆ KIP

const KIP = 'KIP'

Definition at line 57 of file Force.php.

◆ MEGANEWTON

const MEGANEWTON = 'MEGANEWTON'

Definition at line 58 of file Force.php.

◆ MEGAPOND

const MEGAPOND = 'MEGAPOND'

Definition at line 59 of file Force.php.

◆ MICRONEWTON

const MICRONEWTON = 'MICRONEWTON'

Definition at line 60 of file Force.php.

◆ MILLINEWTON

const MILLINEWTON = 'MILLINEWTON'

Definition at line 61 of file Force.php.

◆ NANONEWTON

const NANONEWTON = 'NANONEWTON'

Definition at line 62 of file Force.php.

◆ NEWTON

const NEWTON = 'NEWTON'

Definition at line 63 of file Force.php.

◆ OUNCE_FORCE

const OUNCE_FORCE = 'OUNCE_FORCE'

Definition at line 64 of file Force.php.

◆ PETANEWTON

const PETANEWTON = 'PETANEWTON'

Definition at line 65 of file Force.php.

◆ PICONEWTON

const PICONEWTON = 'PICONEWTON'

Definition at line 66 of file Force.php.

◆ POND

const POND = 'POND'

Definition at line 67 of file Force.php.

◆ POUND_FORCE

const POUND_FORCE = 'POUND_FORCE'

Definition at line 68 of file Force.php.

◆ POUNDAL

const POUNDAL = 'POUNDAL'

Definition at line 69 of file Force.php.

◆ STANDARD

const STANDARD = 'NEWTON'

Definition at line 39 of file Force.php.

◆ STHENE

const STHENE = 'STHENE'

Definition at line 70 of file Force.php.

◆ TERANEWTON

const TERANEWTON = 'TERANEWTON'

Definition at line 71 of file Force.php.

◆ TON_FORCE

const TON_FORCE = 'TON_FORCE'

Definition at line 73 of file Force.php.

◆ TON_FORCE_LONG

const TON_FORCE_LONG = 'TON_FORCE_LONG'

Definition at line 72 of file Force.php.

◆ TON_FORCE_SHORT

const TON_FORCE_SHORT = 'TON_FORCE_SHORT'

Definition at line 74 of file Force.php.

◆ YOCTONEWTON

const YOCTONEWTON = 'YOCTONEWTON'

Definition at line 75 of file Force.php.

◆ YOTTANEWTON

const YOTTANEWTON = 'YOTTANEWTON'

Definition at line 76 of file Force.php.

◆ ZEPTONEWTON

const ZEPTONEWTON = 'ZEPTONEWTON'

Definition at line 77 of file Force.php.

◆ ZETTANEWTON

const ZETTANEWTON = 'ZETTANEWTON'

Definition at line 78 of file Force.php.


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