Fix api docblocks for View layer classes.

This commit is contained in:
ADmad 2014-05-30 00:31:20 +05:30
parent 390441d3b9
commit 16df061d66
18 changed files with 105 additions and 131 deletions
lib/Cake/View/Helper

View file

@ -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') {