API17:JHtmlBehavior:: getJSObject
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlBehavior::_getJSObject
Description
Internal method to get a JavaScript object notation string from an array.
Description:JHtmlBehavior:: getJSObject [Edit Descripton]
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
SeeAlso:JHtmlBehavior:: getJSObject [Edit See Also]
User contributed notes
<CodeExamplesForm />
