Class HTMLPurifier_URIFilter_DisableExternal

Description

Chainable filters for custom URI processing.

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

Located in /library/HTMLPurifier/URIFilter/DisableExternal.php (line 3)

HTMLPurifier_URIFilter
   |
   --HTMLPurifier_URIFilter_DisableExternal
Direct descendents
Class Description
HTMLPurifier_URIFilter_DisableExternalResources Chainable filters for custom URI processing.
Variable Summary
mixed $name
Method Summary
void filter ( &$uri,  $config,  $context)
void prepare ( $config)
Variables
mixed $name = 'DisableExternal' (line 5)
  • access: public

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

Redefined in descendants as:
mixed $ourHostParts = false (line 6)
  • access: protected

Inherited Variables

Inherited from HTMLPurifier_URIFilter

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

Redefinition of:
HTMLPurifier_URIFilter::filter()
Filter a URI object

Redefined in descendants as:
prepare (line 7)
  • 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 Thu, 19 Jun 2008 18:49:04 -0400 by phpDocumentor 1.4.2