home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / Translation.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-24  |  22.5 KB  |  520 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.   <html xmlns="http://www.w3.org/1999/xhtml">
  4.         <head>
  5.             <!-- template designed by Marco Von Ballmoos -->
  6.             <title>Docs For Class Translation</title>
  7.             <link rel="stylesheet" href="stylesheet.css" />
  8.             <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9.         </head>
  10.         <body>
  11.             <div class="page-body">
  12. <h2 class="class-name">Class Translation</h2>
  13.  
  14. <a name="sec-description"></a>
  15. <div class="info-box">
  16.     <div class="info-box-title">Description</div>
  17.     <div class="nav-bar">
  18.                     <span class="disabled">Description</span> |
  19.                             <a href="#sec-descendents">Descendents</a>
  20.             |                                            <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
  21.                         |                                            <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
  22.  
  23.             </div>
  24.     <div class="info-box-body">
  25.         <!-- ========== Info from phpDoc block ========= -->
  26. <p class="short-description">Translation class</p>
  27. <p class="description"><p>Class allows storing and retrieving all the strings on multilingual site  in a database.  The class connects to any database using PEAR::DB extension - so it needs  PEAR to be installed to work correctly.  The object should be created for every page. While creation all the strings  connected with specific page and the strings connected with all the pages  on the site are loaded into variable, so accessing them is quite fast and  does not overload database server connection.  The class can reuse existing DB connections. To do so just pass to the  constructor the handle for the connection instead of DSN.</p></p>
  28.     <ul class="tags">
  29.                 <li><span class="field">access:</span> public</li>
  30.                 <li><span class="field">version:</span> 1.2.3</li>
  31.                 <li><span class="field">author:</span> Wojciech Zieli±ski <<a href="mailto:voyteck@caffe.com.pl">mailto:voyteck@caffe.com.pl</a>></li>
  32.             </ul>
  33.  
  34.  
  35.         <pre>PEAR
  36.    |
  37.    --Translation</pre>
  38.  
  39.             </div>
  40. </div>
  41.  
  42.     <a name="sec-descendents"></a>
  43.     <div class="info-box">
  44.         <div class="info-box-title">Direct descendents</div>
  45.         <div class="nav-bar">
  46.             <a href="#sec-description">Description</a> |
  47.             <span class="disabled">Descendents</span>
  48.             |                                                <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
  49.                                 |                                                            <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
  50.  
  51.                     </div>
  52.         <div class="info-box-body">
  53.             <table cellpadding="2" cellspacing="0" class="class-table">
  54.                 <tr>
  55.                     <th class="class-table-header">Class</th>
  56.                     <th class="class-table-header">Description</th>
  57.                 </tr>
  58.                                 <tr>
  59.                     <td style="padding-right: 2em"><a href="../Translation/TTranslationUTF8.html">TTranslationUTF8</a></td>
  60.                     <td>
  61.                                             class that allows using Translation class with UTF-8 DB encoding
  62.                                         </td>
  63.                 </tr>
  64.                             </table>
  65.         </div>
  66.     </div>
  67.  
  68.     <a name="sec-var-summary"></a>
  69.     <div class="info-box">
  70.         <div class="info-box-title">Variable Summary</span></div>
  71.         <div class="nav-bar">
  72.             <a href="#sec-description">Description</a> |
  73.                             <a href="#sec-descendents">Descendents</a> |
  74.                         <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
  75.                             |
  76.                                     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
  77.  
  78.                     </div>
  79.         <div class="info-box-body">
  80.             <div class="var-summary">
  81.                                 <div class="var-title">
  82.                     <span class="var-type">int</span>
  83.                     <a href="#$ConnectionReused" title="details" class="var-name">$ConnectionReused</a>
  84.                 </div>
  85.                                 <div class="var-title">
  86.                     <span class="var-type">object DB</span>
  87.                     <a href="#$db" title="details" class="var-name">$db</a>
  88.                 </div>
  89.                                 <div class="var-title">
  90.                     <span class="var-type">string</span>
  91.                     <a href="#$ErrorText" title="details" class="var-name">$ErrorText</a>
  92.                 </div>
  93.                                 <div class="var-title">
  94.                     <span class="var-type">string</span>
  95.                     <a href="#$LanguageID" title="details" class="var-name">$LanguageID</a>
  96.                 </div>
  97.                                 <div class="var-title">
  98.                     <span class="var-type">string</span>
  99.                     <a href="#$PageName" title="details" class="var-name">$PageName</a>
  100.                 </div>
  101.                                 <div class="var-title">
  102.                     <span class="var-type">array</span>
  103.                     <a href="#$Strings" title="details" class="var-name">$Strings</a>
  104.                 </div>
  105.                                 <div class="var-title">
  106.                     <span class="var-type">array</span>
  107.                     <a href="#$TableDefinitions" title="details" class="var-name">$TableDefinitions</a>
  108.                 </div>
  109.                             </div>
  110.         </div>
  111.     </div>
  112.  
  113.     <a name="sec-method-summary"></a>
  114.     <div class="info-box">
  115.         <div class="info-box-title">Method Summary</span></div>
  116.         <div class="nav-bar">
  117.             <a href="#sec-description">Description</a> |
  118.                             <a href="#sec-descendents">Descendents</a> |
  119.                                                             <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
  120.  
  121.                 |
  122.                         <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
  123.         </div>
  124.         <div class="info-box-body">
  125.             <div class="method-summary">
  126.  
  127.                 <div class="method-definition">
  128.                                             <span class="method-result">Translation</span>
  129.                                         <a href="#Translation" title="details" class="method-name">Translation</a>
  130.                                             (<span class="var-type">string</span> <span class="var-name">$PageName</span>, <span class="var-type">string</span> <span class="var-name">$LanguageID</span>, <span class="var-type">string</span> <span class="var-name">$pear_DSN</span>, <span class="var-type">array</span> <span class="var-name">$CustomTables</span>)
  131.                                     </div>
  132.  
  133.                 <div class="method-definition">
  134.                                             <span class="method-result">void</span>
  135.                                         <a href="#_Translation" title="details" class="method-name">_Translation</a>
  136.                                         ()
  137.                                     </div>
  138.  
  139.                 <div class="method-definition">
  140.                                             <span class="method-result">string</span>
  141.                                         <a href="#getLangName" title="details" class="method-name">getLangName</a>
  142.                                         ()
  143.                                     </div>
  144.  
  145.                 <div class="method-definition">
  146.                                             <span class="method-result">string</span>
  147.                                         <a href="#getMetaTags" title="details" class="method-name">getMetaTags</a>
  148.                                         ()
  149.                                     </div>
  150.  
  151.                 <div class="method-definition">
  152.                                             <span class="method-result">array</span>
  153.                                         <a href="#getOtherLangs" title="details" class="method-name">getOtherLangs</a>
  154.                                         ()
  155.                                     </div>
  156.  
  157.                 <div class="method-definition">
  158.                                             <span class="method-result">string</span>
  159.                                         <a href="#gstr" title="details" class="method-name">gstr</a>
  160.                                             (<span class="var-type">string</span> <span class="var-name">$StringName</span>, [<span class="var-type">array</span> <span class="var-name">$Params</span> = <span class="var-default">array()</span>])
  161.                                     </div>
  162.                             </div>
  163.         </div>
  164.     </div>
  165.  
  166.     <a name="sec-vars"></a>
  167.     <div class="info-box">
  168.         <div class="info-box-title">Variables</div>
  169.         <div class="nav-bar">
  170.             <a href="#sec-description">Description</a> |
  171.                             <a href="#sec-descendents">Descendents</a> |
  172.                                         <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
  173.  
  174.  
  175.                             |
  176.                                     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
  177.  
  178.                     </div>
  179.         <div class="info-box-body">
  180.             <a name="var$ConnectionReused" id="$ConnectionReused"><!-- --></A>
  181. <div class="evenrow">
  182.  
  183.     <div class="var-header">
  184.         <span class="var-title">
  185.             <span class="var-type">int</span>
  186.             <span class="var-name">$ConnectionReused</span>
  187.                         (line <span class="line-number">74</span>)
  188.         </span>
  189.     </div>
  190.  
  191.     <!-- ========== Info from phpDoc block ========= -->
  192. <p class="short-description">Is true if the connection was reused, not made from the class</p>
  193.  
  194.  
  195.  
  196.  
  197.  
  198. </div>
  199. <a name="var$db" id="$db"><!-- --></A>
  200. <div class="oddrow">
  201.  
  202.     <div class="var-header">
  203.         <span class="var-title">
  204.             <span class="var-type">object DB</span>
  205.             <span class="var-name">$db</span>
  206.                         (line <span class="line-number">67</span>)
  207.         </span>
  208.     </div>
  209.  
  210.     <!-- ========== Info from phpDoc block ========= -->
  211. <p class="short-description">Connection to database</p>
  212.  
  213.  
  214.  
  215.  
  216.  
  217. </div>
  218. <a name="var$ErrorText" id="$ErrorText"><!-- --></A>
  219. <div class="evenrow">
  220.  
  221.     <div class="var-header">
  222.         <span class="var-title">
  223.             <span class="var-type">string</span>
  224.             <span class="var-name">$ErrorText</span>
  225.                         (line <span class="line-number">81</span>)
  226.         </span>
  227.     </div>
  228.  
  229.     <!-- ========== Info from phpDoc block ========= -->
  230. <p class="short-description">The string that will be displayed, if no string has been found in the</p>
  231. <p class="description"><p>DB for specified string_id</p></p>
  232.  
  233.  
  234.  
  235.  
  236.  
  237. </div>
  238. <a name="var$LanguageID" id="$LanguageID"><!-- --></A>
  239. <div class="oddrow">
  240.  
  241.     <div class="var-header">
  242.         <span class="var-title">
  243.             <span class="var-type">string</span>
  244.             <span class="var-name">$LanguageID</span>
  245.              = <span class="var-default"> ''</span>            (line <span class="line-number">60</span>)
  246.         </span>
  247.     </div>
  248.  
  249.     <!-- ========== Info from phpDoc block ========= -->
  250. <p class="short-description">Language identifier</p>
  251.  
  252.  
  253.  
  254.  
  255.  
  256. </div>
  257. <a name="var$PageName" id="$PageName"><!-- --></A>
  258. <div class="evenrow">
  259.  
  260.     <div class="var-header">
  261.         <span class="var-title">
  262.             <span class="var-type">string</span>
  263.             <span class="var-name">$PageName</span>
  264.              = <span class="var-default"> ''</span>            (line <span class="line-number">53</span>)
  265.         </span>
  266.     </div>
  267.  
  268.     <!-- ========== Info from phpDoc block ========= -->
  269. <p class="short-description">Page identifier</p>
  270.  
  271.  
  272.  
  273.  
  274.  
  275. </div>
  276. <a name="var$Strings" id="$Strings"><!-- --></A>
  277. <div class="oddrow">
  278.  
  279.     <div class="var-header">
  280.         <span class="var-title">
  281.             <span class="var-type">array</span>
  282.             <span class="var-name">$Strings</span>
  283.              = <span class="var-default">array()</span>            (line <span class="line-number">46</span>)
  284.         </span>
  285.     </div>
  286.  
  287.     <!-- ========== Info from phpDoc block ========= -->
  288. <p class="short-description">Strings of the given page array</p>
  289. <p class="description"><p>This one is for fast access to cached strings for specified page</p></p>
  290.     <ul class="tags">
  291.                 <li><span class="field">var:</span> string $Strings</li>
  292.             </ul>
  293.  
  294.  
  295.  
  296.  
  297.  
  298. </div>
  299. <a name="var$TableDefinitions" id="$TableDefinitions"><!-- --></A>
  300. <div class="evenrow">
  301.  
  302.     <div class="var-header">
  303.         <span class="var-title">
  304.             <span class="var-type">array</span>
  305.             <span class="var-name">$TableDefinitions</span>
  306.                         (line <span class="line-number">117</span>)
  307.         </span>
  308.     </div>
  309.  
  310.     <!-- ========== Info from phpDoc block ========= -->
  311. <p class="short-description">The array with table and column names</p>
  312. <p class="description"><p>The table may have following items:</p><p>'langsavail' - table, in which all the information of the possible languages  is kept. This array item may be the string - then the structure of the table  remains as original, but the name is specified here; or the array with the  following items:  'name' - the name of the table - default is 'tr_langsavail'  'lang_id' - the column that stores the language identifier - default  is 'lang_id'  'lang_name' - the column that stores the language name - default  is 'name'  'metatags' - the column that stores meta tags for the pages in specified  language - default is 'metatags'  'errortext' - the column that stores the text that will be displayed in case  if some text will not be found in the DB - default is 'errortext'</p><p>'strings_XX' - table, in which the strings of language "XX" (the  corresponding lang_id) are kept. This array item may be the string - then  the structure of the table remains as original, but the name is specified  here; or the array with the following items:  'name' - the name of the table - default is 'tr_strings_XX'  'page_id' - the page identifier - default is 'page_id'.  'string_id' - the string indetifier - default is 'string_id'.  'string' - the string itself - default is 'string'.</p><p>This parameter in fact has impact only if the DB is used as the strings  repository. The defaults are set in the way that the method is compatible  with lower versions.</p></p>
  313.  
  314.  
  315.  
  316.  
  317.  
  318. </div>
  319.  
  320.         </div>
  321.     </div>
  322.  
  323.     <a name="sec-methods"></a>
  324.     <div class="info-box">
  325.         <div class="info-box-title">Methods</div>
  326.         <div class="nav-bar">
  327.             <a href="#sec-description">Description</a> |
  328.                             <a href="#sec-descendents">Descendents</a> |
  329.                                                             <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
  330.                                                         <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
  331.  
  332.         </div>
  333.         <div class="info-box-body">
  334.             <A NAME='method_detail'></A>
  335. <a name="methodTranslation" id="Translation"><!-- --></a>
  336. <div class="oddrow">
  337.  
  338.     <div class="method-header">
  339.         <span class="method-title">Constructor Translation</span> (line <span class="line-number">135</span>)
  340.     </div>
  341.  
  342.     <!-- ========== Info from phpDoc block ========= -->
  343. <p class="short-description">Class constructor</p>
  344.     <ul class="tags">
  345.                 <li><span class="field">since:</span> version 1.2.1</li>
  346.             </ul>
  347.  
  348.     <div class="method-signature">
  349.         <span class="method-result">Translation</span>
  350.         <span class="method-name">
  351.             Translation
  352.         </span>
  353.                     (<span class="var-type">string</span> <span class="var-name">$PageName</span>, <span class="var-type">string</span> <span class="var-name">$LanguageID</span>, <span class="var-type">string</span> <span class="var-name">$pear_DSN</span>, <span class="var-type">array</span> <span class="var-name">$CustomTables</span>)
  354.             </div>
  355.  
  356.             <ul class="parameters">
  357.                     <li>
  358.                 <span class="var-type">string</span>
  359.                 <span class="var-name">$PageName</span><span class="var-description">: the page identifier. It identifies  strings connected with specific page on the site</span>            </li>
  360.                     <li>
  361.                 <span class="var-type">string</span>
  362.                 <span class="var-name">$LanguageID</span><span class="var-description">: language id. All the languages  are stored on the database on specific ID's.</span>            </li>
  363.                     <li>
  364.                 <span class="var-type">string</span>
  365.                 <span class="var-name">$pear_DSN</span><span class="var-description">: This might be 3 types: the PEAR DSN  string form making the connection; the PEAR DB connection handle;  the string has the following format:  gettext://LOCALE:LANG:BINDTXTDOMAIN:TXTDOMAINFILE:TXTDOMAIN:CFGFILE  for using the native PHP gettext support.</span>            </li>
  366.                     <li>
  367.                 <span class="var-type">array</span>
  368.                 <span class="var-name">$CustomTables</span><span class="var-description">: This is the array of the names of the tables and  optionally the names of columns. It contains the following elements:</span>            </li>
  369.                 </ul>
  370.  
  371.  
  372.     </div>
  373. <a name="method_Translation" id="_Translation"><!-- --></a>
  374. <div class="evenrow">
  375.  
  376.     <div class="method-header">
  377.         <span class="method-title">Destructor _Translation</span> (line <span class="line-number">204</span>)
  378.     </div>
  379.  
  380.     <!-- ========== Info from phpDoc block ========= -->
  381. <p class="short-description">Class destructor</p>
  382.     <ul class="tags">
  383.                 <li><span class="field">since:</span> version 1.2.1</li>
  384.             </ul>
  385.  
  386.     <div class="method-signature">
  387.         <span class="method-result">void</span>
  388.         <span class="method-name">
  389.             _Translation
  390.         </span>
  391.                 ()
  392.             </div>
  393.  
  394.  
  395.  
  396.     </div>
  397. <a name="methodgetLangName" id="getLangName"><!-- --></a>
  398. <div class="oddrow">
  399.  
  400.     <div class="method-header">
  401.         <span class="method-title">getLangName</span> (line <span class="line-number">326</span>)
  402.     </div>
  403.  
  404.     <!-- ========== Info from phpDoc block ========= -->
  405. <p class="short-description">Active language name retrieval</p>
  406. <p class="description"><p>Retrieves the name of active language</p></p>
  407.     <ul class="tags">
  408.                 <li><span class="field">return:</span> current active language name or PEAR_ERROR object in case of problems</li>
  409.             </ul>
  410.  
  411.     <div class="method-signature">
  412.         <span class="method-result">string</span>
  413.         <span class="method-name">
  414.             getLangName
  415.         </span>
  416.                 ()
  417.             </div>
  418.  
  419.  
  420.  
  421.     </div>
  422. <a name="methodgetMetaTags" id="getMetaTags"><!-- --></a>
  423. <div class="evenrow">
  424.  
  425.     <div class="method-header">
  426.         <span class="method-title">getMetaTags</span> (line <span class="line-number">363</span>)
  427.     </div>
  428.  
  429.     <!-- ========== Info from phpDoc block ========= -->
  430. <p class="short-description">META tags retrieval</p>
  431. <p class="description"><p>Retrievs the META tags that should be added on the top of translated page, so the translated characters will be correctly displayed on client's browser.</p></p>
  432.     <ul class="tags">
  433.                 <li><span class="field">return:</span> with configured in DB META tags for selected language. In case of DB error - returns PEAR_ERROR object.</li>
  434.             </ul>
  435.  
  436.     <div class="method-signature">
  437.         <span class="method-result">string</span>
  438.         <span class="method-name">
  439.             getMetaTags
  440.         </span>
  441.                 ()
  442.             </div>
  443.  
  444.  
  445.  
  446.     </div>
  447. <a name="methodgetOtherLangs" id="getOtherLangs"><!-- --></a>
  448. <div class="oddrow">
  449.  
  450.     <div class="method-header">
  451.         <span class="method-title">getOtherLangs</span> (line <span class="line-number">342</span>)
  452.     </div>
  453.  
  454.     <!-- ========== Info from phpDoc block ========= -->
  455. <p class="short-description">Other languages retrieval</p>
  456. <p class="description"><p>Retrieves names of all other languages, not the active.</p></p>
  457.     <ul class="tags">
  458.                 <li><span class="field">return:</span> 2-dimensional array (0..)('id', 'name') for all the languages defined in DB but the current selected one. In case of DB error - returns PEAR_ERROR object.</li>
  459.             </ul>
  460.  
  461.     <div class="method-signature">
  462.         <span class="method-result">array</span>
  463.         <span class="method-name">
  464.             getOtherLangs
  465.         </span>
  466.                 ()
  467.             </div>
  468.  
  469.  
  470.  
  471.     </div>
  472. <a name="methodgstr" id="gstr"><!-- --></a>
  473. <div class="evenrow">
  474.  
  475.     <div class="method-header">
  476.         <span class="method-title">gstr</span> (line <span class="line-number">259</span>)
  477.     </div>
  478.  
  479.     <!-- ========== Info from phpDoc block ========= -->
  480. <p class="short-description">Translated string retrieval</p>
  481. <p class="description"><p>Retrieves the string basing on string identifier (string_id) or by  page_id.string_id. It means the strings_id may be specified in 2 ways: <ul><li>as normal string_id - then the string is retrieved from the cached version</li></ul> of strings in the current page_id <ul><li>as [page_id].[string_id] - then teh strings is retrieved from the DB by getting</li></ul> it from the given page_id. The additional optimization mechanism checks  if the page_id is not the same, as the current - if it is - the string will still be  retrieved from the cached version.  Also in the Params array there can be the item 'lang_id'. If not 'action' has  been given then the string from specified lang_id (in specified language)  will be retrieved. This solution is not recommended for common usage  (e.g. for the whole pages) as this will not use the cached in the constructor  strings, but will make another query to the DB for the specified query.  Another item that can be this array is 'action'. This specified special  actions that should be performed. The special actions can be the following:  'normal' - this is default setting. It means that method will act as if this  item was not given.  'translate' - this will couse, that the $StringName will not be the  string_id, but the string itself. This must be set only together with  'lang_id' item. Method will try to find the specified string in the foreign  (specified in lang_id) language and will retrieve the corresponding string in  the current language. This solution is not recommended for common usage  (e.g. for the whole pages) as this will not use the cached in the constructor  strings, but will make another query to the DB for the specified query.  Item 'optimization' is used to specify the optimization of the queries -  if the main load should be performed by the PHP server (by doing more, but  less complicated queries) or DB server (PHP is sending only one, but  complicated query). This one is used only together with specified 'lang_id'  and 'action'=>'translate' - as this performs more operations, then other  queries. It can have following values:  'php' - the default setting, cousing PHP to make 2 (or 3 if the string will  be found in some other page_id then the current) uncomplicated queries. This  is recommened if the DB server is the same machine as the PHP server.  'db' - this couses PHP to make only 1, but comlicated query. This is  recommended if the DB server is separate machine, then PHP server. WARNING:  This will not work with MySQL DB server and Db servers, that does not  supports nested SELECTs (SELECT ... FROM ... WHERE sth = (SELECT...))  Another parameters that might be specified in the $Params array are:  'ParameterPrefix' - is the prefix string for parameter - default is '&&'  'ParameterPostfix' - is the postfix string for parameter - default is '&&'</p></p>
  482.     <ul class="tags">
  483.                 <li><span class="field">return:</span> retrieved string</li>
  484.             </ul>
  485.  
  486.     <div class="method-signature">
  487.         <span class="method-result">string</span>
  488.         <span class="method-name">
  489.             gstr
  490.         </span>
  491.                     (<span class="var-type">string</span> <span class="var-name">$StringName</span>, [<span class="var-type">array</span> <span class="var-name">$Params</span> = <span class="var-default">array()</span>])
  492.             </div>
  493.  
  494.             <ul class="parameters">
  495.                     <li>
  496.                 <span class="var-type">string</span>
  497.                 <span class="var-name">$StringName</span><span class="var-description">: string identifier - unique for the page as well as for the strings, that are available on all the pages.</span>            </li>
  498.                     <li>
  499.                 <span class="var-type">array</span>
  500.                 <span class="var-name">$Params</span><span class="var-description">: string $Params    string may be parametrized - and the paraters, that will be "inserted" into string may be typen into this array. It means, that &&1&& string will be replaced by 1st array element; string &&2&& will be replaced by 2nd array element; string &&3&& will be replaced by 3rd array element etc.</span>            </li>
  501.                 </ul>
  502.  
  503.  
  504.             <hr class="separator" />
  505.         <div class="notes">Redefined in descendants as:</div>
  506.         <ul class="redefinitions">
  507.                     <li>
  508.                 <a href="../Translation/TTranslationUTF8.html#methodgstr">TTranslationUTF8::gstr()</a>
  509.                             </li>
  510.                 </ul>
  511.     </div>
  512.  
  513.         </div>
  514.     </div>
  515.  
  516.     <p class="notes" id="credit">
  517.         Documentation generated on Tue, 20 Jan 2004 22:54:55 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.3</a>
  518.     </p>
  519.     </div></body>
  520. </html>