|
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 = 'HostBlacklist' | |
| Unique identifier of filter. | |
Protected Attributes | |
| $blacklist = array() | |
Definition at line 7 of file HostBlacklist.php.
| HTMLPurifier_URIFilter_HostBlacklist::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 15 of file HostBlacklist.php.
| HTMLPurifier_URIFilter_HostBlacklist::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 16907 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIFilter_HostBlacklist::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 16903 of file HTMLPurifier.standalone.php.
References $config.
| HTMLPurifier_URIFilter_HostBlacklist::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 HostBlacklist.php.
References $config.
HTMLPurifier_URIFilter_HostBlacklist::$blacklist = array() [protected] |
Definition at line 10 of file HostBlacklist.php.
| HTMLPurifier_URIFilter_HostBlacklist::$name = 'HostBlacklist' |
Unique identifier of filter.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 9 of file HostBlacklist.php.