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

Data Fields

const STANDARD = 'LUX'
 
const FOOTCANDLE = 'FOOTCANDLE'
 
const KILOLUX = 'KILOLUX'
 
const LUMEN_PER_SQUARE_CENTIMETER = 'LUMEN_PER_SQUARE_CENTIMETER'
 
const LUMEN_PER_SQUARE_FOOT = 'LUMEN_PER_SQUARE_FOOT'
 
const LUMEN_PER_SQUARE_INCH = 'LUMEN_PER_SQUARE_INCH'
 
const LUMEN_PER_SQUARE_METER = 'LUMEN_PER_SQUARE_METER'
 
const LUX = 'LUX'
 
const METERCANDLE = 'METERCANDLE'
 
const MILLIPHOT = 'MILLIPHOT'
 
const NOX = 'NOX'
 
const PHOT = 'PHOT'
 

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

Field Documentation

◆ $_units

$_units
protected
Initial value:
= array(
'FOOTCANDLE' => array('10.7639104', 'fc'),
'KILOLUX' => array('1000', 'klx'),
'LUMEN_PER_SQUARE_CENTIMETER' => array('10000', 'lm/cm²'),
'LUMEN_PER_SQUARE_FOOT' => array('10.7639104', 'lm/ft²'),
'LUMEN_PER_SQUARE_INCH' => array('1550.0030976', 'lm/in²'),
'LUMEN_PER_SQUARE_METER' => array('1', 'lm/m²'),
'LUX' => array('1', 'lx'),
'METERCANDLE' => array('1', 'metercandle'),
'MILLIPHOT' => array('10', 'mph'),
'NOX' => array('0.001', 'nox'),
'PHOT' => array('10000', 'ph'),
'STANDARD' => 'LUX'
)

Definition at line 58 of file Illumination.php.

◆ FOOTCANDLE

const FOOTCANDLE = 'FOOTCANDLE'

Definition at line 41 of file Illumination.php.

◆ KILOLUX

const KILOLUX = 'KILOLUX'

Definition at line 42 of file Illumination.php.

◆ LUMEN_PER_SQUARE_CENTIMETER

const LUMEN_PER_SQUARE_CENTIMETER = 'LUMEN_PER_SQUARE_CENTIMETER'

Definition at line 43 of file Illumination.php.

◆ LUMEN_PER_SQUARE_FOOT

const LUMEN_PER_SQUARE_FOOT = 'LUMEN_PER_SQUARE_FOOT'

Definition at line 44 of file Illumination.php.

◆ LUMEN_PER_SQUARE_INCH

const LUMEN_PER_SQUARE_INCH = 'LUMEN_PER_SQUARE_INCH'

Definition at line 45 of file Illumination.php.

◆ LUMEN_PER_SQUARE_METER

const LUMEN_PER_SQUARE_METER = 'LUMEN_PER_SQUARE_METER'

Definition at line 46 of file Illumination.php.

◆ LUX

const LUX = 'LUX'

Definition at line 47 of file Illumination.php.

◆ METERCANDLE

const METERCANDLE = 'METERCANDLE'

Definition at line 48 of file Illumination.php.

◆ MILLIPHOT

const MILLIPHOT = 'MILLIPHOT'

Definition at line 49 of file Illumination.php.

◆ NOX

const NOX = 'NOX'

Definition at line 50 of file Illumination.php.

◆ PHOT

const PHOT = 'PHOT'

Definition at line 51 of file Illumination.php.

◆ STANDARD

const STANDARD = 'LUX'

Definition at line 39 of file Illumination.php.


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