Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 | |
![]() | |
$_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 Lightness.php.
|
protected |
Definition at line 62 of file Lightness.php.
const APOSTILB = 'APOSTILB' |
Definition at line 41 of file Lightness.php.
const BLONDEL = 'BLONDEL' |
Definition at line 42 of file Lightness.php.
const CANDELA_PER_SQUARE_CENTIMETER = 'CANDELA_PER_SQUARE_CENTIMETER' |
Definition at line 43 of file Lightness.php.
const CANDELA_PER_SQUARE_FOOT = 'CANDELA_PER_SQUARE_FOOT' |
Definition at line 44 of file Lightness.php.
const CANDELA_PER_SQUARE_INCH = 'CANDELA_PER_SQUARE_INCH' |
Definition at line 45 of file Lightness.php.
const CANDELA_PER_SQUARE_METER = 'CANDELA_PER_SQUARE_METER' |
Definition at line 46 of file Lightness.php.
const FOOTLAMBERT = 'FOOTLAMBERT' |
Definition at line 47 of file Lightness.php.
const KILOCANDELA_PER_SQUARE_CENTIMETER = 'KILOCANDELA_PER_SQUARE_CENTIMETER' |
Definition at line 48 of file Lightness.php.
const KILOCANDELA_PER_SQUARE_FOOT = 'KILOCANDELA_PER_SQUARE_FOOT' |
Definition at line 49 of file Lightness.php.
const KILOCANDELA_PER_SQUARE_INCH = 'KILOCANDELA_PER_SQUARE_INCH' |
Definition at line 50 of file Lightness.php.
const KILOCANDELA_PER_SQUARE_METER = 'KILOCANDELA_PER_SQUARE_METER' |
Definition at line 51 of file Lightness.php.
const LAMBERT = 'LAMBERT' |
Definition at line 52 of file Lightness.php.
const MILLILAMBERT = 'MILLILAMBERT' |
Definition at line 53 of file Lightness.php.
const NIT = 'NIT' |
Definition at line 54 of file Lightness.php.
const STANDARD = 'CANDELA_PER_SQUARE_METER' |
Definition at line 39 of file Lightness.php.
const STILB = 'STILB' |
Definition at line 55 of file Lightness.php.