Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JText

Description

Text handling class

  • since: 1.5

Located in /joomla/i18n/language.php (line 26)

Class JText   (Subpackage I18N)
Method Summary
Method void printf (format $string, mixed 1)
Method void sprintf (format $string, mixed 1)
Method void _ (string $string, [boolean $jsSafe = false])
Methods
printf (line 66)

Passes a string thru an printf

  • access: public
void printf (format $string, mixed 1)
  • mixed 1: Mixed number of arguments for the sprintf function
  • format $string: The format string
sprintf (line 49)

Passes a string thru an sprintf

  • access: public
void sprintf (format $string, mixed 1)
  • mixed 1: Mixed number of arguments for the sprintf function
  • format $string: The format string
_ (line 36)

Translates a string into the current language

  • access: public
void _ (string $string, [boolean $jsSafe = false])
  • string $string: The string to translate
  • boolean $jsSafe: Make the result javascript safe

Documentation generated on Mon, 05 Mar 2007 21:09:18 +0000 by phpDocumentor 1.3.1