mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
doc block
This commit is contained in:
parent
3fa6b96ad0
commit
8a070ca3dd
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ class CakeNumber {
|
||||||
/**
|
/**
|
||||||
* Formats a number into a currency format to show deltas (signed differences in value).
|
* Formats a number into a currency format to show deltas (signed differences in value).
|
||||||
*
|
*
|
||||||
|
* ### Options
|
||||||
|
*
|
||||||
* - `places` - Number of decimal places to use. ie. 2
|
* - `places` - Number of decimal places to use. ie. 2
|
||||||
* - `before` - The string to place before whole numbers. ie. '['
|
* - `before` - The string to place before whole numbers. ie. '['
|
||||||
* - `after` - The string to place after decimal numbers. ie. ']'
|
* - `after` - The string to place after decimal numbers. ie. ']'
|
||||||
|
|
Loading…
Add table
Reference in a new issue