Class JFilterWrapperOutput
	
	
Wrapper class for JFilterOutput
	 
	
		Methods summary
		
		
			| 
				 public 
				
				
				 | 
			#
			objectHTMLSafe( object & $mixed, integer $quote_style = 3, mixed $exclude_keys = '' )
				
Helper wrapper method for objectHTMLSafe 
				
Helper wrapper method for objectHTMLSafe Parameters
						$mixedobject- &$mixed An object to be parsed.$quote_styleinteger- $quote_style The optional quote style for the htmlspecialchars function.$exclude_keysmixed- $exclude_keys An optional string single field name or array of field names not.Since
							3.4
 See
							JFilterOutput::objectHTMLSafe()
 | 
		
			| 
				 public 
				string
				
				 | 
			#
			linkXHTMLSafe( string $input )
				
Helper wrapper method for linkXHTMLSafe 
				
Helper wrapper method for linkXHTMLSafe Parameters
						$inputstring- $input String to process.Returns
						string- Processed string.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			stringURLSafe( string $string )
				
Helper wrapper method for stringURLSafe 
				
Helper wrapper method for stringURLSafe Parameters
						$stringstring- $string String to process.Returns
						string- Processed string.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			stringURLUnicodeSlug( string $string )
				
Helper wrapper method for stringURLUnicodeSlug 
				
Helper wrapper method for stringURLUnicodeSlug Parameters
						$stringstring- $string String to process.Returns
						string- Processed string.
 Since
							3.4
 See
							JFilterOutput::stringURLUnicodeSlug()
 | 
		
			| 
				 public 
				string
				
				 | 
			#
			ampReplace( string $text )
				
Helper wrapper method for ampReplace 
				
Helper wrapper method for ampReplace Parameters
						$textstring- $text Text to process.Returns
						string- Processed string.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			_ampReplaceCallback( string $m )
				
Helper wrapper method for _ampReplaceCallback 
				
Helper wrapper method for _ampReplaceCallback Parameters
						$mstring- $m String to process.Returns
						string- Replaced string.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			cleanText( string & $text )
				
Helper wrapper method for cleanText 
				
Helper wrapper method for cleanText Parameters
						$textstring- &$text Text to clean.Returns
						string- Cleaned text.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			stripImages( string $string )
				
Helper wrapper method for stripImages 
				
Helper wrapper method for stripImages Parameters
						$stringstring- $string Sting to be cleaned.Returns
						string- Cleaned string.
 Since
							3.4
 See | 
		
			| 
				 public 
				string
				
				 | 
			#
			stripIframes( string $string )
				
Helper wrapper method for stripIframes 
				
Helper wrapper method for stripIframes Parameters
						$stringstring- $string Sting to be cleaned.Returns
						string- Cleaned string.
 Since
							3.4
 See | 
		
		Magic methods summary