API17

API17:JText::script

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples