XOOPS Docs - XOOPS
[ class tree: XOOPS ] [ index: XOOPS ] [ all elements ]

Class: TextSanitizer

Source Location: /install/class/textsanitizer.php

Class Overview




Methods



Class Details

[line 34]


[ Top ]


Class Methods


constructor TextSanitizer [line 43]

TextSanitizer TextSanitizer( )



[ Top ]

method addSlashes [line 69]

void &addSlashes( $text, [ $force = false])



Parameters:

   $text  
   $force  

[ Top ]

method displayText [line 107]

void &displayText( $text, [ $html = false])



Parameters:

   $text  
   $html  

[ Top ]

method getInstance [line 48]

void &getInstance( )



[ Top ]

method htmlSpecialChars [line 94]

void htmlSpecialChars( $text)



Parameters:

   $text  

[ Top ]

method makeClickable [line 57]

void &makeClickable( &$text)



Parameters:

   &$text  

[ Top ]

method makeTareaData4Edit [line 210]

void makeTareaData4Edit( $text)



Parameters:

   $text  

[ Top ]

method makeTareaData4InsideQuotes [line 227]

void makeTareaData4InsideQuotes( $text)



Parameters:

   $text  

[ Top ]

method makeTareaData4Preview [line 215]

void &makeTareaData4Preview( &$text, [ $html = 1], [ $smiley = 1], [ $xcode = 1])



Parameters:

   &$text  
   $html  
   $smiley  
   $xcode  

[ Top ]

method makeTareaData4PreviewInForm [line 220]

void makeTareaData4PreviewInForm( $text)



Parameters:

   $text  

[ Top ]

method makeTareaData4Save [line 200]

void makeTareaData4Save( $text)



Parameters:

   $text  

[ Top ]

method makeTareaData4Show [line 205]

void &makeTareaData4Show( &$text, [ $html = 1], [ $smiley = 1], [ $xcode = 1])



Parameters:

   &$text  
   $html  
   $smiley  
   $xcode  

[ Top ]

method makeTboxData4Edit [line 182]

void makeTboxData4Edit( $text)



Parameters:

   $text  

[ Top ]

method makeTboxData4Preview [line 187]

void makeTboxData4Preview( $text, [ $smiley = 0])



Parameters:

   $text  
   $smiley  

[ Top ]

method makeTboxData4PreviewInForm [line 194]

void makeTboxData4PreviewInForm( $text)



Parameters:

   $text  

[ Top ]

method makeTboxData4Save [line 170]

void makeTboxData4Save( $text)



Parameters:

   $text  

[ Top ]

method makeTboxData4Show [line 176]

void makeTboxData4Show( $text, [ $smiley = 0])



Parameters:

   $text  
   $smiley  

[ Top ]

method nl2Br [line 64]

void &nl2Br( $text)



Parameters:

   $text  

[ Top ]

method oopsAddSlashes [line 245]

void &oopsAddSlashes( $text)



Parameters:

   $text  

[ Top ]

method oopsHtmlSpecialChars [line 250]

void &oopsHtmlSpecialChars( $text)



Parameters:

   $text  

[ Top ]

method oopsNl2Br [line 255]

void &oopsNl2Br( $text)



Parameters:

   $text  

[ Top ]

method oopsStripSlashesGPC [line 232]

void &oopsStripSlashesGPC( $text)



Parameters:

   $text  

[ Top ]

method oopsStripSlashesRT [line 237]

void &oopsStripSlashesRT( $text)



Parameters:

   $text  

[ Top ]

method previewText [line 121]

void &previewText( $text, [ $html = false])



Parameters:

   $text  
   $html  

[ Top ]

method sanitizeForDisplay [line 129]

void sanitizeForDisplay( $text, [ $allowhtml = 0], [ $smiley = 1], [ $bbcode = 1])



Parameters:

   $text  
   $allowhtml  
   $smiley  
   $bbcode  

[ Top ]

method sanitizeForPreview [line 149]

void sanitizeForPreview( $text, [ $allowhtml = 0], [ $smiley = 1], [ $bbcode = 1])



Parameters:

   $text  
   $allowhtml  
   $smiley  
   $bbcode  

[ Top ]

method stripSlashesGPC [line 83]

void &stripSlashesGPC( $text)



Parameters:

   $text  

[ Top ]

method undoHtmlSpecialChars [line 99]

void undoHtmlSpecialChars( &$text)



Parameters:

   &$text  

[ Top ]


XOOPS Docs generated by phpDocumentor