|
HTMLPurifier 4.4.0
|
Public Member Functions | |
| prepare ($config) | |
| Performs initialization for the filter. | |
| filter (&$uri, $config, $context) | |
| Filter a URI object. | |
| prepare ($config) | |
| Performs initialization for the filter. | |
| filter (&$uri, $config, $context) | |
| Filter a URI object. | |
Public Attributes | |
| $name = 'Munge' | |
| Unique identifier of filter. | |
| $post = true | |
| True if this filter should be run after scheme validation. | |
| $parser | |
| $doEmbed | |
| $secretKey | |
Protected Member Functions | |
| makeReplace ($uri, $config, $context) | |
| makeReplace ($uri, $config, $context) | |
Protected Attributes | |
| $replace = array() | |
Private Attributes | |
| $target | |
| HTMLPurifier_URIFilter_Munge::filter | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Filter a URI object.
| $uri | Reference to URI object variable |
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 18 of file Munge.php.
References $config, and makeReplace().
| HTMLPurifier_URIFilter_Munge::filter | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Filter a URI object.
| $uri | Reference to URI object variable |
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 17051 of file HTMLPurifier.standalone.php.
References $config, and makeReplace().
| HTMLPurifier_URIFilter_Munge::makeReplace | ( | $ | uri, |
| $ | config, | ||
| $ | context | ||
| ) | [protected] |
Definition at line 17071 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIFilter_Munge::makeReplace | ( | $ | uri, |
| $ | config, | ||
| $ | context | ||
| ) | [protected] |
| HTMLPurifier_URIFilter_Munge::prepare | ( | $ | config | ) |
Performs initialization for the filter.
If the filter returns false, this means that it shouldn't be considered active.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 17044 of file HTMLPurifier.standalone.php.
References $config.
| HTMLPurifier_URIFilter_Munge::prepare | ( | $ | config | ) |
Performs initialization for the filter.
If the filter returns false, this means that it shouldn't be considered active.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 11 of file Munge.php.
References $config.
| HTMLPurifier_URIFilter_Munge::$name = 'Munge' |
Unique identifier of filter.
Reimplemented from HTMLPurifier_URIFilter.
| HTMLPurifier_URIFilter_Munge::$post = true |
True if this filter should be run after scheme validation.
Reimplemented from HTMLPurifier_URIFilter.
HTMLPurifier_URIFilter_Munge::$replace = array() [protected] |