JHTMLBehavior:: getJSObject/1.5
From Joomla! Documentation
JHTMLBehavior::_getJSObject
Description
Internal method to get a JavaScript object notation string from an array.
Description:JHTMLBehavior:: getJSObject [Edit Descripton]
public 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 331 of libraries/joomla/html/html/behavior.php
- Since
See also
-
JHTMLBehavior::_getJSObject on api.joomla.org
-
JHTMLBehavior source code on JoomlaCode
-
Class JHTMLBehavior
-
Subpackage Html
- Other versions of JHTMLBehavior::_getJSObject
SeeAlso:JHTMLBehavior:: getJSObject [Edit See Also]
User contributed notes
<CodeExamplesForm />