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

Data Fields

const STANDARD = 'CANDELA_PER_SQUARE_METER'
 
const APOSTILB = 'APOSTILB'
 
const BLONDEL = 'BLONDEL'
 
const CANDELA_PER_SQUARE_CENTIMETER = 'CANDELA_PER_SQUARE_CENTIMETER'
 
const CANDELA_PER_SQUARE_FOOT = 'CANDELA_PER_SQUARE_FOOT'
 
const CANDELA_PER_SQUARE_INCH = 'CANDELA_PER_SQUARE_INCH'
 
const CANDELA_PER_SQUARE_METER = 'CANDELA_PER_SQUARE_METER'
 
const FOOTLAMBERT = 'FOOTLAMBERT'
 
const KILOCANDELA_PER_SQUARE_CENTIMETER = 'KILOCANDELA_PER_SQUARE_CENTIMETER'
 
const KILOCANDELA_PER_SQUARE_FOOT = 'KILOCANDELA_PER_SQUARE_FOOT'
 
const KILOCANDELA_PER_SQUARE_INCH = 'KILOCANDELA_PER_SQUARE_INCH'
 
const KILOCANDELA_PER_SQUARE_METER = 'KILOCANDELA_PER_SQUARE_METER'
 
const LAMBERT = 'LAMBERT'
 
const MILLILAMBERT = 'MILLILAMBERT'
 
const NIT = 'NIT'
 
const STILB = 'STILB'
 

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

Field Documentation

◆ $_units

$_units
protected
Initial value:
= array(
'APOSTILB' => array('0.31830989', 'asb'),
'BLONDEL' => array('0.31830989', 'blondel'),
'CANDELA_PER_SQUARE_CENTIMETER' => array('10000', 'cd/cm²'),
'CANDELA_PER_SQUARE_FOOT' => array('10.76391', 'cd/ft²'),
'CANDELA_PER_SQUARE_INCH' => array('1550.00304', 'cd/in²'),
'CANDELA_PER_SQUARE_METER' => array('1', 'cd/m²'),
'FOOTLAMBERT' => array('3.4262591', 'ftL'),
'KILOCANDELA_PER_SQUARE_CENTIMETER' => array('10000000', 'kcd/cm²'),
'KILOCANDELA_PER_SQUARE_FOOT' => array('10763.91', 'kcd/ft²'),
'KILOCANDELA_PER_SQUARE_INCH' => array('1550003.04', 'kcd/in²'),
'KILOCANDELA_PER_SQUARE_METER' => array('1000', 'kcd/m²'),
'LAMBERT' => array('3183.0989', 'L'),
'MILLILAMBERT' => array('3.1830989', 'mL'),
'NIT' => array('1', 'nt'),
'STILB' => array('10000', 'sb'),
'STANDARD' => 'CANDELA_PER_SQUARE_METER'
)

Definition at line 62 of file Lightness.php.

◆ APOSTILB

const APOSTILB = 'APOSTILB'

Definition at line 41 of file Lightness.php.

◆ BLONDEL

const BLONDEL = 'BLONDEL'

Definition at line 42 of file Lightness.php.

◆ CANDELA_PER_SQUARE_CENTIMETER

const CANDELA_PER_SQUARE_CENTIMETER = 'CANDELA_PER_SQUARE_CENTIMETER'

Definition at line 43 of file Lightness.php.

◆ CANDELA_PER_SQUARE_FOOT

const CANDELA_PER_SQUARE_FOOT = 'CANDELA_PER_SQUARE_FOOT'

Definition at line 44 of file Lightness.php.

◆ CANDELA_PER_SQUARE_INCH

const CANDELA_PER_SQUARE_INCH = 'CANDELA_PER_SQUARE_INCH'

Definition at line 45 of file Lightness.php.

◆ CANDELA_PER_SQUARE_METER

const CANDELA_PER_SQUARE_METER = 'CANDELA_PER_SQUARE_METER'

Definition at line 46 of file Lightness.php.

◆ FOOTLAMBERT

const FOOTLAMBERT = 'FOOTLAMBERT'

Definition at line 47 of file Lightness.php.

◆ KILOCANDELA_PER_SQUARE_CENTIMETER

const KILOCANDELA_PER_SQUARE_CENTIMETER = 'KILOCANDELA_PER_SQUARE_CENTIMETER'

Definition at line 48 of file Lightness.php.

◆ KILOCANDELA_PER_SQUARE_FOOT

const KILOCANDELA_PER_SQUARE_FOOT = 'KILOCANDELA_PER_SQUARE_FOOT'

Definition at line 49 of file Lightness.php.

◆ KILOCANDELA_PER_SQUARE_INCH

const KILOCANDELA_PER_SQUARE_INCH = 'KILOCANDELA_PER_SQUARE_INCH'

Definition at line 50 of file Lightness.php.

◆ KILOCANDELA_PER_SQUARE_METER

const KILOCANDELA_PER_SQUARE_METER = 'KILOCANDELA_PER_SQUARE_METER'

Definition at line 51 of file Lightness.php.

◆ LAMBERT

const LAMBERT = 'LAMBERT'

Definition at line 52 of file Lightness.php.

◆ MILLILAMBERT

const MILLILAMBERT = 'MILLILAMBERT'

Definition at line 53 of file Lightness.php.

◆ NIT

const NIT = 'NIT'

Definition at line 54 of file Lightness.php.

◆ STANDARD

const STANDARD = 'CANDELA_PER_SQUARE_METER'

Definition at line 39 of file Lightness.php.

◆ STILB

const STILB = 'STILB'

Definition at line 55 of file Lightness.php.


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