Definition at line 44 of file module.textsanitizer.php.
Public Member Functions | |
| addSlashes ($text) | |
| Add slashes to the text if magic_quotes_gpc is turned off. | |
| getSmileys () | |
| Get the smileys. | |
| htmlSpecialChars ($text) | |
| makeClickable ($text) | |
| Make links in the text clickable. | |
| MyTextSanitizer () | |
| nl2Br ($text) | |
| Convert linebreaks to tags. | |
| smiley ($message) | |
| Replace emoticons in the message with smiley images. | |
| stripSlashesGPC ($text) | |
| undoHtmlSpecialChars ($text) | |
| Reverses htmlSpecialChars(). | |
| xoopsCodeDecode ($text, $allowimage=1) | |
| Replace XoopsCodes with their equivalent HTML formatting. | |
Static Public Member Functions | |
| & | getInstance () |
| Access the only instance of this class. | |
Public Attributes | |
| $censorConf | |
| $smileys = array() | |
1.5.4