doc block

This commit is contained in:
euromark 2012-09-20 01:45:05 +02:00
parent 3fa6b96ad0
commit 8a070ca3dd

View file

@ -192,6 +192,8 @@ class CakeNumber {
/**
* Formats a number into a currency format to show deltas (signed differences in value).
*
* ### Options
*
* - `places` - Number of decimal places to use. ie. 2
* - `before` - The string to place before whole numbers. ie. '['
* - `after` - The string to place after decimal numbers. ie. ']'