\JText
Text handling class.
Synopsis
class JText
{
- // members
- protected $strings;
- // methods
- public static string _()
- public static string alt()
- public static string plural()
- public static string sprintf()
- public static mixed printf()
- public static string script()
Members
protected
- $strings
—
array
javascript strings
Methods
public
- _() — Translates a string into the current language.
- alt() — Translates a string into the current language.
- plural() — Like JText::sprintf but tries to pluralise the string.
- printf() — Passes a string thru an printf.
- script() — Translate a string into the current language and stores it in the JavaScript language store.
- sprintf() — Passes a string thru a sprintf.