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

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

Field Documentation

◆ $_units

$_units
protected
Initial value:
= array(
'ONE_PER_SECOND' => array('1', '1/s'),
'CYCLE_PER_SECOND' => array('1', 'cps'),
'DEGREE_PER_HOUR' => array(array('' => '1', '/' => '1296000'), '°/h'),
'DEGREE_PER_MINUTE' => array(array('' => '1', '/' => '21600'), '°/m'),
'DEGREE_PER_SECOND' => array(array('' => '1', '/' => '360'), '°/s'),
'GIGAHERTZ' => array('1000000000', 'GHz'),
'HERTZ' => array('1', 'Hz'),
'KILOHERTZ' => array('1000', 'kHz'),
'MEGAHERTZ' => array('1000000', 'MHz'),
'MILLIHERTZ' => array('0.001', 'mHz'),
'RADIAN_PER_HOUR' => array(array('' => '1', '/' => '22619.467'), 'rad/h'),
'RADIAN_PER_MINUTE' => array(array('' => '1', '/' => '376.99112'), 'rad/m'),
'RADIAN_PER_SECOND' => array(array('' => '1', '/' => '6.2831853'), 'rad/s'),
'REVOLUTION_PER_HOUR' => array(array('' => '1', '/' => '3600'), 'rph'),
'REVOLUTION_PER_MINUTE' => array(array('' => '1', '/' => '60'), 'rpm'),
'REVOLUTION_PER_SECOND' => array('1', 'rps'),
'RPM' => array(array('' => '1', '/' => '60'), 'rpm'),
'TERRAHERTZ' => array('1000000000000', 'THz'),
'STANDARD' =>'HERTZ'
)

Definition at line 65 of file Frequency.php.

◆ CYCLE_PER_SECOND

const CYCLE_PER_SECOND = 'CYCLE_PER_SECOND'

Definition at line 42 of file Frequency.php.

◆ DEGREE_PER_HOUR

const DEGREE_PER_HOUR = 'DEGREE_PER_HOUR'

Definition at line 43 of file Frequency.php.

◆ DEGREE_PER_MINUTE

const DEGREE_PER_MINUTE = 'DEGREE_PER_MINUTE'

Definition at line 44 of file Frequency.php.

◆ DEGREE_PER_SECOND

const DEGREE_PER_SECOND = 'DEGREE_PER_SECOND'

Definition at line 45 of file Frequency.php.

◆ GIGAHERTZ

const GIGAHERTZ = 'GIGAHERTZ'

Definition at line 46 of file Frequency.php.

◆ HERTZ

const HERTZ = 'HERTZ'

Definition at line 47 of file Frequency.php.

◆ KILOHERTZ

const KILOHERTZ = 'KILOHERTZ'

Definition at line 48 of file Frequency.php.

◆ MEGAHERTZ

const MEGAHERTZ = 'MEGAHERTZ'

Definition at line 49 of file Frequency.php.

◆ MILLIHERTZ

const MILLIHERTZ = 'MILLIHERTZ'

Definition at line 50 of file Frequency.php.

◆ ONE_PER_SECOND

const ONE_PER_SECOND = 'ONE_PER_SECOND'

Definition at line 41 of file Frequency.php.

◆ RADIAN_PER_HOUR

const RADIAN_PER_HOUR = 'RADIAN_PER_HOUR'

Definition at line 51 of file Frequency.php.

◆ RADIAN_PER_MINUTE

const RADIAN_PER_MINUTE = 'RADIAN_PER_MINUTE'

Definition at line 52 of file Frequency.php.

◆ RADIAN_PER_SECOND

const RADIAN_PER_SECOND = 'RADIAN_PER_SECOND'

Definition at line 53 of file Frequency.php.

◆ REVOLUTION_PER_HOUR

const REVOLUTION_PER_HOUR = 'REVOLUTION_PER_HOUR'

Definition at line 54 of file Frequency.php.

◆ REVOLUTION_PER_MINUTE

const REVOLUTION_PER_MINUTE = 'REVOLUTION_PER_MINUTE'

Definition at line 55 of file Frequency.php.

◆ REVOLUTION_PER_SECOND

const REVOLUTION_PER_SECOND = 'REVOLUTION_PER_SECOND'

Definition at line 56 of file Frequency.php.

◆ RPM

const RPM = 'RPM'

Definition at line 57 of file Frequency.php.

◆ STANDARD

const STANDARD = 'HERTZ'

Definition at line 39 of file Frequency.php.

◆ TERRAHERTZ

const TERRAHERTZ = 'TERRAHERTZ'

Definition at line 58 of file Frequency.php.


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