Class HTMLPurifier_URIFilter_DisableExternalResources

InheritanceHTMLPurifier_URIFilter_DisableExternalResources » HTMLPurifier_URIFilter_DisableExternal » HTMLPurifier_URIFilter

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$always_load True if this filter should always be loaded. HTMLPurifier_URIFilter
$name HTMLPurifier_URIFilter_DisableExternalResources
$post True if this filter should be run after scheme validation. HTMLPurifier_URIFilter

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$ourHostParts HTMLPurifier_URIFilter_DisableExternal

Property Details

$name public property
public $name 'DisableExternalResources'

Method Details

filter() public method

public bool filter ( <b>&</b>$uri, $config, $context )
$uri HTMLPurifier_URI
$config HTMLPurifier_Config
$context HTMLPurifier_Context