Browse Source

doc block

euromark 13 years ago
parent
commit
8a070ca3dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/Cake/Utility/CakeNumber.php

+ 2 - 0
lib/Cake/Utility/CakeNumber.php

@@ -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. ']'