mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding documentation note about $options['q'] Refs #357
This commit is contained in:
parent
72c0e2ca5a
commit
58446e0785
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ class JavascriptHelper extends AppHelper {
|
|||
* - postfix - Appends the string to the returned data. Default is ''
|
||||
* - stringKeys - A list of array keys to be treated as a string.
|
||||
* - quoteKeys - If false treats $stringKeys as a list of keys **not** to be quoted. Default is true.
|
||||
* - q - The type of quote to use. Default is "'"
|
||||
* - q - The type of quote to use. Default is '"'. This option only affects the keys, not the values.
|
||||
*
|
||||
* @param array $data Data to be converted
|
||||
* @param array $options Set of options: block, prefix, postfix, stringKeys, quoteKeys, q
|
||||
|
|
Loading…
Add table
Reference in a new issue