The Number format converts between "pretty" numbers with formatting and PHP numeric types.
Default is 2 decimal places, ',' for thousands, and '.' for decimal.
Located in /framework/widgets/WFFormatter.php (line 290)
WFObject | --WFFormatter | --WFNumberFormatter
Set the number of decimal places to use.
Set the decimal point to use.
Set the formatting style. Supported styles are Decimal, Currency, Percent, and Scientific.
NOTE: At this time, only Decimal and Currency are supported.
Set the thousands separator to use, or NULL to not use one.
Convert a string (hopefully looking like a number) into a PHP numeric format.
Inherited From WFFormatter
WFFormatter::__construct()
WFFormatter::editingStringForValue()
WFFormatter::stringForValue()
WFFormatter::valueForString()
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::setValuesForKeys()
WFObject::validatedSetValueForKey()
WFObject::validatedSetValueForKeyPath()
WFObject::validateObject()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForStaticKey()
WFObject::valueForStaticKeyPath()
WFObject::valueForTargetAndKeyPath()
WFObject::valueForUndefinedKey()
WFObject::valueForUndefinedStaticKey()
WFObject::valuesForKeyPaths()
WFObject::valuesForKeys()
WFObject::_valueForStaticKey()
WFObject::__toString()
Documentation generated on Thu, 14 May 2009 16:20:01 -0400 by phpDocumentor 1.4.2