API17:JText::script
From Joomla! Documentation
JText::script
Description
Translate a string into the current language and stores it in the JavaScript language store.
public static function script (
$string=null
$jsSafe=false
$interpretBackSlashes=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | string | null | The key. |
| $jsSafe | false | ||
| $interpretBackSlashes | true |
See also
JText::script source code on BitBucket
Class JText- Other versions of JText::script
User contributed notes
Code Examples