Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | STANDARD = 'HERTZ' |
const | ONE_PER_SECOND = 'ONE_PER_SECOND' |
const | CYCLE_PER_SECOND = 'CYCLE_PER_SECOND' |
const | DEGREE_PER_HOUR = 'DEGREE_PER_HOUR' |
const | DEGREE_PER_MINUTE = 'DEGREE_PER_MINUTE' |
const | DEGREE_PER_SECOND = 'DEGREE_PER_SECOND' |
const | GIGAHERTZ = 'GIGAHERTZ' |
const | HERTZ = 'HERTZ' |
const | KILOHERTZ = 'KILOHERTZ' |
const | MEGAHERTZ = 'MEGAHERTZ' |
const | MILLIHERTZ = 'MILLIHERTZ' |
const | RADIAN_PER_HOUR = 'RADIAN_PER_HOUR' |
const | RADIAN_PER_MINUTE = 'RADIAN_PER_MINUTE' |
const | RADIAN_PER_SECOND = 'RADIAN_PER_SECOND' |
const | REVOLUTION_PER_HOUR = 'REVOLUTION_PER_HOUR' |
const | REVOLUTION_PER_MINUTE = 'REVOLUTION_PER_MINUTE' |
const | REVOLUTION_PER_SECOND = 'REVOLUTION_PER_SECOND' |
const | RPM = 'RPM' |
const | TERRAHERTZ = 'TERRAHERTZ' |
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 Frequency.php.
|
protected |
Definition at line 65 of file Frequency.php.
const CYCLE_PER_SECOND = 'CYCLE_PER_SECOND' |
Definition at line 42 of file Frequency.php.
const DEGREE_PER_HOUR = 'DEGREE_PER_HOUR' |
Definition at line 43 of file Frequency.php.
const DEGREE_PER_MINUTE = 'DEGREE_PER_MINUTE' |
Definition at line 44 of file Frequency.php.
const DEGREE_PER_SECOND = 'DEGREE_PER_SECOND' |
Definition at line 45 of file Frequency.php.
const GIGAHERTZ = 'GIGAHERTZ' |
Definition at line 46 of file Frequency.php.
const HERTZ = 'HERTZ' |
Definition at line 47 of file Frequency.php.
const KILOHERTZ = 'KILOHERTZ' |
Definition at line 48 of file Frequency.php.
const MEGAHERTZ = 'MEGAHERTZ' |
Definition at line 49 of file Frequency.php.
const MILLIHERTZ = 'MILLIHERTZ' |
Definition at line 50 of file Frequency.php.
const ONE_PER_SECOND = 'ONE_PER_SECOND' |
Definition at line 41 of file Frequency.php.
const RADIAN_PER_HOUR = 'RADIAN_PER_HOUR' |
Definition at line 51 of file Frequency.php.
const RADIAN_PER_MINUTE = 'RADIAN_PER_MINUTE' |
Definition at line 52 of file Frequency.php.
const RADIAN_PER_SECOND = 'RADIAN_PER_SECOND' |
Definition at line 53 of file Frequency.php.
const REVOLUTION_PER_HOUR = 'REVOLUTION_PER_HOUR' |
Definition at line 54 of file Frequency.php.
const REVOLUTION_PER_MINUTE = 'REVOLUTION_PER_MINUTE' |
Definition at line 55 of file Frequency.php.
const REVOLUTION_PER_SECOND = 'REVOLUTION_PER_SECOND' |
Definition at line 56 of file Frequency.php.
const RPM = 'RPM' |
Definition at line 57 of file Frequency.php.
const STANDARD = 'HERTZ' |
Definition at line 39 of file Frequency.php.
const TERRAHERTZ = 'TERRAHERTZ' |
Definition at line 58 of file Frequency.php.