Class HTMLPurifier_URIFilter_Munge

Description

Chainable filters for custom URI processing.

These filters can perform custom actions on a URI filter object, including transformation or blacklisting.

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 15784)

HTMLPurifier_URIFilter
   |
   --HTMLPurifier_URIFilter_Munge
Variable Summary
mixed $name
mixed $post
mixed $replace
Method Summary
void filter ( &$uri,  $config,  $context)
void makeReplace ( $uri,  $config,  $context)
void prepare ( $config)
Variables
mixed $name = 'Munge' (line 15786)
  • access: public

Redefinition of:
HTMLPurifier_URIFilter::$name
Unique identifier of filter
mixed $post = true (line 15787)
  • access: public

Redefinition of:
HTMLPurifier_URIFilter::$post
True if this filter should be run after scheme validation.
mixed $replace = array() (line 15790)
  • access: protected
Methods
filter (line 15799)
  • access: public
void filter ( &$uri,  $config,  $context)
  • &$uri
  • $config
  • $context

Redefinition of:
HTMLPurifier_URIFilter::filter()
Filter a URI object
makeReplace (line 15824)
  • access: protected
void makeReplace ( $uri,  $config,  $context)
  • $uri
  • $config
  • $context
prepare (line 15792)
  • access: public
void prepare ( $config)
  • $config

Redefinition of:
HTMLPurifier_URIFilter::prepare()
Performs initialization for the filter

Inherited Methods

Inherited From HTMLPurifier_URIFilter

HTMLPurifier_URIFilter::filter()
HTMLPurifier_URIFilter::prepare()

Documentation generated on Sun, 06 Mar 2011 00:24:14 -0500 by phpDocumentor 1.4.3