Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

I18N.php

Go to the documentation of this file.
00001 <?php 00002 00003 class PHPTAL_I18N 00004 { 00005 function set($varName, $value) 00006 { 00007 return GetText::setVar($varName, $value); 00008 } 00009 00010 function translate($key) 00011 { 00012 return GetText::gettext($key); 00013 } 00014 } 00015 00016 ?>

Generated on Tue Jun 29 23:40:03 2004 for Mediawiki by doxygen 1.3.7