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
Source code for file /joomla/template/module/modifier/Translate.php

Documentation is available at Translate.php

  1. <?php
  2. /**
  3. * patTemplate modfifier for Search Engine Friendly URL's
  4. @version        $Id: Translate.php 6472 2007-02-03 10:47:26Z pasamio $
  5. @package        Joomla.Framework
  6. @subpackage    Template
  7. @copyright    Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
  8. @license        GNU/GPL, see LICENSE.php
  9. *  Joomla! is free software and parts of it may contain or be derived from the
  10. *  GNU General Public License or other free or open source software licenses.
  11. *  See COPYRIGHT.php for copyright notices and details.
  12. */
  13.  
  14. // Check to ensure this file is within the rest of the framework
  15. defined('JPATH_BASE'or die();
  16.  
  17. /**
  18.  * JTemplate SEF modifier
  19.  *
  20.  * @package     Joomla.Framework
  21.  * @subpackage        Template
  22.  * @since        1.5
  23.  */
  24. {
  25.    /**
  26.     * modify the value
  27.     *
  28.     * @access    public
  29.     * @param    string        value
  30.     * @return    string        modified value
  31.     */
  32.     function modify$value$params array() )
  33.     {
  34.         return JText::_$value );
  35.     }
  36. }
  37. ?>

Documentation generated on Mon, 05 Mar 2007 21:29:42 +0000 by phpDocumentor 1.3.1