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 291)
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::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()
Documentation generated on Thu, 07 Aug 2008 10:36:45 -0400 by phpDocumentor 1.4.1