72dcf7def672dbe27d24fe698495bd4acb69a205
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.htmlentities.php
1 <?php\r
2 /** @package Smarty\r
3 * @subpackage plugins */\r
4 \r
5 /**\r
6  * Smarty plugin\r
7  * -------------------------------------------------------------\r
8  * Type:     modifier\r
9  * Name:     upper\r
10  * Purpose:  convert string to uppercase\r
11  * -------------------------------------------------------------\r
12  */\r
13 function smarty_modifier_htmlentities($string)\r
14 {\r
15         return htmlentities($string);\r
16 }\r
17 \r
18 ?>\r