| extends | HTMLPurifier_URIFilter | 
|---|
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					
					
				 | prepare(HTMLPurifier_Config $config): bool
		Performs initialization for the filter.  If the filter returns
false, this means that it shouldn't be considered active.
	 Performs initialization for the filter. If the filter returns false, this means that it shouldn't be considered active. Overrides | # | ||
| 
					
	public
					
					
				 | filter(HTMLPurifier_URI &$uri, HTMLPurifier_Config $config, HTMLPurifier_Context $context): bool
		Filter a URI object
	 Filter a URI object Parameters
 ReturnsWhether or not to continue processing: false indicates URL is no good, true indicates continue processing. Note that all changes are committed directly on the URI object Implements | # | ||
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 |  | $name = 'MakeAbsolute' | # | 
| 
	protected
					
					
				 |  | $base | # | 
| 
	protected
					
					
				 |  | $basePathStack = [] | # | 
| Properties inherited from HTMLPurifier_URIFilter | 
|---|
| $post, $always_load |