API17:JHtmlBehavior:: getJSObject
From Joomla! Documentation
JHtmlBehavior::_getJSObject
Description
Internal method to get a JavaScript object notation string from an array.
protected static function _getJSObject ($array=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | array() | The array to convert to JavaScript object notation |
- Returns string JavaScript object notation representation of the array
- Defined on line 682 of libraries/joomla/html/html/behavior.php
- Since

- Referenced by
See also
JHtmlBehavior::_getJSObject source code on BitBucket
Class JHtmlBehavior
Subpackage Html- Other versions of JHtmlBehavior::_getJSObject
User contributed notes
Code Examples