Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 | |
![]() | |
$_value | |
$_type | |
$_locale = null | |
$_units = array() | |
Additional Inherited Members | |
![]() | |
__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) | |
Definition at line 37 of file Illumination.php.
|
protected |
Definition at line 58 of file Illumination.php.
const FOOTCANDLE = 'FOOTCANDLE' |
Definition at line 41 of file Illumination.php.
const KILOLUX = 'KILOLUX' |
Definition at line 42 of file Illumination.php.
const LUMEN_PER_SQUARE_CENTIMETER = 'LUMEN_PER_SQUARE_CENTIMETER' |
Definition at line 43 of file Illumination.php.
const LUMEN_PER_SQUARE_FOOT = 'LUMEN_PER_SQUARE_FOOT' |
Definition at line 44 of file Illumination.php.
const LUMEN_PER_SQUARE_INCH = 'LUMEN_PER_SQUARE_INCH' |
Definition at line 45 of file Illumination.php.
const LUMEN_PER_SQUARE_METER = 'LUMEN_PER_SQUARE_METER' |
Definition at line 46 of file Illumination.php.
const LUX = 'LUX' |
Definition at line 47 of file Illumination.php.
const METERCANDLE = 'METERCANDLE' |
Definition at line 48 of file Illumination.php.
const MILLIPHOT = 'MILLIPHOT' |
Definition at line 49 of file Illumination.php.
const NOX = 'NOX' |
Definition at line 50 of file Illumination.php.
const PHOT = 'PHOT' |
Definition at line 51 of file Illumination.php.
const STANDARD = 'LUX' |
Definition at line 39 of file Illumination.php.