ILIAS
eassessment Revision 61809
|
Chainable filters for custom URI processing. More...
Public Member Functions | |
prepare ($config) | |
Performs initialization for the filter. | |
filter (&$uri, $config, $context) | |
Filter a URI object. |
Data Fields | |
$name | |
Unique identifier of filter. | |
$post = false | |
True if this filter should be run after scheme validation. |
Chainable filters for custom URI processing.
These filters can perform custom actions on a URI filter object, including transformation or blacklisting.
Definition at line 14 of file URIFilter.php.
|
abstract |
Filter a URI object.
$uri | Reference to URI object variable |
$config | Instance of HTMLPurifier_Config |
$context | Instance of HTMLPurifier_Context |
Reimplemented in HTMLPurifier_URIFilter_MakeAbsolute, HTMLPurifier_URIFilter_Munge, HTMLPurifier_URIFilter_DisableExternal, HTMLPurifier_URIFilter_HostBlacklist, and HTMLPurifier_URIFilter_DisableExternalResources.
HTMLPurifier_URIFilter::prepare | ( | $config | ) |
Performs initialization for the filter.
Reimplemented in HTMLPurifier_URIFilter_Munge, HTMLPurifier_URIFilter_MakeAbsolute, HTMLPurifier_URIFilter_DisableExternal, and HTMLPurifier_URIFilter_HostBlacklist.
Definition at line 30 of file URIFilter.php.
HTMLPurifier_URIFilter::$name |
Unique identifier of filter.
Definition at line 20 of file URIFilter.php.
HTMLPurifier_URIFilter::$post = false |
True if this filter should be run after scheme validation.
Definition at line 25 of file URIFilter.php.