Class Giscuit_Filter_HTMLPurifier

Description

Class for purifying HTML

  • copyright: Copyright (c) 2012 VEC

Located in /Filter/HTMLPurifier.php (line 28)


	
			
Variable Summary
 HTMLPurifier $_htmlPurifier
Method Summary
 __construct ([array $options = null]) void
 filter (string $value) string
Variables
HTMLPurifier $_htmlPurifier = null (line 36)

HtmlPurifier object placeholder

  • access: protected
Methods
Constructor __construct (line 44)

Sets filter options

  • access: public
void __construct ([array $options = null])
  • array $options: Available options
filter (line 76)

Defined by Zend_Filter_Interface

Returns the string $value purifying the HTML

  • access: public
string filter (string $value)
  • string $value

Documentation generated on Fri, 23 Nov 2012 13:02:35 +0000 by phpDocumentor 1.4.3