mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-31 20:03:32 +00:00
Fix api docblocks for View layer classes.
This commit is contained in:
parent
390441d3b9
commit
16df061d66
18 changed files with 105 additions and 131 deletions
lib/Cake/View/Helper
|
@ -138,6 +138,7 @@ abstract class JsBaseEngineHelper extends AppHelper {
|
|||
*
|
||||
* @param mixed $val A PHP variable to be converted to JSON
|
||||
* @param boolean $quoteString If false, leaves string values unquoted
|
||||
* @param string $key Key name.
|
||||
* @return string a JavaScript-safe/JSON representation of $val
|
||||
*/
|
||||
public function value($val = array(), $quoteString = null, $key = 'value') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue