API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_URIDefinition Class Reference
Inheritance diagram for HTMLPurifier_URIDefinition:
Collaboration diagram for HTMLPurifier_URIDefinition:

Public Member Functions

 __construct ()
 
 registerFilter ($filter)
 
 addFilter ($filter, $config)
 
 getDefaultScheme ($config, $context)
 
 filter (&$uri, $config, $context)
 
 postFilter (&$uri, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_Definition
 setup ($config)
 

Data Fields

 $type = 'URI'
 
 $base
 
 $host
 
 $defaultScheme
 
- Data Fields inherited from HTMLPurifier_Definition
 $setup = false
 
 $optimized = null
 
 $type
 

Protected Member Functions

 doSetup ($config)
 
 setupFilters ($config)
 
 setupMemberVariables ($config)
 
 doSetup ($config)
 

Protected Attributes

 $filters = array()
 
 $postFilters = array()
 
 $registeredFilters = array()
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )
Here is the call graph for this function:

Member Function Documentation

◆ addFilter()

addFilter (   $filter,
  $config 
)
Here is the caller graph for this function:

◆ doSetup()

doSetup (   $config)
protected

Sets up the definition object into the final form, something not done by the constructor

Parameters
HTMLPurifier_Config$config

Reimplemented from HTMLPurifier_Definition.

Here is the call graph for this function:

◆ filter()

filter ( $uri,
  $config,
  $context 
)

◆ getDefaultScheme()

getDefaultScheme (   $config,
  $context 
)
Here is the call graph for this function:

◆ postFilter()

postFilter ( $uri,
  $config,
  $context 
)

◆ registerFilter()

registerFilter (   $filter)
Here is the caller graph for this function:

◆ setupFilters()

setupFilters (   $config)
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupMemberVariables()

setupMemberVariables (   $config)
protected
Here is the caller graph for this function:

Field Documentation

◆ $base

$base

HTMLPurifier_URI object of the base specified at URI.Base

◆ $defaultScheme

$defaultScheme

Name of default scheme based on URI.DefaultScheme and URI.Base

◆ $filters

$filters = array()
protected

◆ $host

$host

String host to consider "home" base, derived off of $base

◆ $postFilters

$postFilters = array()
protected

◆ $registeredFilters

$registeredFilters = array()
protected

◆ $type

$type = 'URI'

The documentation for this class was generated from the following file: