API Documentation

Measure/Torque.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Measure
version
$Id: Torque.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Measure_Torque

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Measure_Torque

Extends from
Zend_Measure_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Measure
subpackage
Zend_Measure_Torque
Constants
STANDARD
DYNE_CENTIMETER
GRAM_CENTIMETER
KILOGRAM_CENTIMETER
KILOGRAM_METER
KILONEWTON_METER
KILOPOND_METER
MEGANEWTON_METER
MICRONEWTON_METER
MILLINEWTON_METER
NEWTON_CENTIMETER
NEWTON_METER
OUNCE_FOOT
OUNCE_INCH
POUND_FOOT
POUNDAL_FOOT
POUND_INCH
Properties
$_units

Description

Class for handling torque conversions

Constants

STANDARD

 STANDARD = 'NEWTON_METER'

Details

value
NEWTON_METER

DYNE_CENTIMETER

 DYNE_CENTIMETER = 'DYNE_CENTIMETER'

Details

value
DYNE_CENTIMETER

GRAM_CENTIMETER

 GRAM_CENTIMETER = 'GRAM_CENTIMETER'

Details

value
GRAM_CENTIMETER

KILOGRAM_CENTIMETER

 KILOGRAM_CENTIMETER = 'KILOGRAM_CENTIMETER'

Details

value
KILOGRAM_CENTIMETER

KILOGRAM_METER

 KILOGRAM_METER = 'KILOGRAM_METER'

Details

value
KILOGRAM_METER

KILONEWTON_METER

 KILONEWTON_METER = 'KILONEWTON_METER'

Details

value
KILONEWTON_METER

KILOPOND_METER

 KILOPOND_METER = 'KILOPOND_METER'

Details

value
KILOPOND_METER

MEGANEWTON_METER

 MEGANEWTON_METER = 'MEGANEWTON_METER'

Details

value
MEGANEWTON_METER

MICRONEWTON_METER

 MICRONEWTON_METER = 'MICRONEWTON_METER'

Details

value
MICRONEWTON_METER

MILLINEWTON_METER

 MILLINEWTON_METER = 'MILLINEWTON_METER'

Details

value
MILLINEWTON_METER

NEWTON_CENTIMETER

 NEWTON_CENTIMETER = 'NEWTON_CENTIMETER'

Details

value
NEWTON_CENTIMETER

NEWTON_METER

 NEWTON_METER = 'NEWTON_METER'

Details

value
NEWTON_METER

OUNCE_FOOT

 OUNCE_FOOT = 'OUNCE_FOOT'

Details

value
OUNCE_FOOT

OUNCE_INCH

 OUNCE_INCH = 'OUNCE_INCH'

Details

value
OUNCE_INCH

POUND_FOOT

 POUND_FOOT = 'POUND_FOOT'

Details

value
POUND_FOOT

POUNDAL_FOOT

 POUNDAL_FOOT = 'POUNDAL_FOOT'

Details

value
POUNDAL_FOOT

POUND_INCH

 POUND_INCH = 'POUND_INCH'

Details

value
POUND_INCH

Properties

$_units

array $_units = 'array'

Calculations for all torque units

Details

$_units
array
visibility
protected
default
array
final
false
static
false
Documentation was generated by DocBlox.