JText Class Reference

List of all members.

Static Public Member Functions

static _ ($string)


Detailed Description

Definition at line 87 of file aliroJoomla.php.


Member Function Documentation

static JText::_ ( string  )  [static]

Definition at line 88 of file aliroJoomla.php.

References JALanguage::getInstance().

00088                                       {
00089         $language = JALanguage::getInstance();
00090         return isset($language->translations[$string]) ? $language->translations[$string] : $string;
00091     }


The documentation for this class was generated from the following file:

Generated on Thu Apr 17 13:03:32 2008 for ALIRO by  doxygen 1.5.5