Class HTMLPurifier_URIFilter_MakeAbsolute

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 15671)

HTMLPurifier_URIFilter
   |
   --HTMLPurifier_URIFilter_MakeAbsolute
Variable Summary
mixed $base
mixed $name
Method Summary
void filter ( &$uri,  $config,  $context)
void prepare ( $config)
Variables
mixed $base (line 15674)
  • access: protected
mixed $basePathStack = array() (line 15675)
  • access: protected
mixed $name = 'MakeAbsolute' (line 15673)
  • access: public

Redefinition of:
HTMLPurifier_URIFilter::$name
Unique identifier of filter

Inherited Variables

Inherited from HTMLPurifier_URIFilter

HTMLPurifier_URIFilter::$post
Methods
filter (line 15690)
  • access: public
void filter ( &$uri,  $config,  $context)
  • &$uri
  • $config
  • $context

Redefinition of:
HTMLPurifier_URIFilter::filter()
Filter a URI object
prepare (line 15676)
  • 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