Class HTMLPurifier_URIDefinition
Super-class for definition datatype objects, implements serialization functions for the class.
- HTMLPurifier_Definition
- HTMLPurifier_URIDefinition
public
|
|
public
|
|
public
|
|
protected
|
#
doSetup(
Sets up the definition object into the final form, something not done by the constructor |
protected
|
|
protected
|
|
public
|
|
public
|
|
public
|
setup()
|
public
string
|
$type | 'URI' |
#
What type of definition is it? |
protected
array
|
$filters | array() |
|
protected
array
|
$postFilters | array() |
|
protected
array
|
$registeredFilters | array() |
|
public
mixed
|
$base |
|
#
HTMLPurifier_URI object of the base specified at %URI.Base |
public
mixed
|
$host |
|
#
String host to consider "home" base, derived off of $base |
public
mixed
|
$defaultScheme |
|
#
Name of default scheme based on %URI.DefaultScheme and %URI.Base |
$optimized,
$setup
|