Class HTMLPurifier_URIFilter_DisableResources

InheritanceHTMLPurifier_URIFilter_DisableResources » HTMLPurifier_URIFilter

Public Properties

Hide inherited properties

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

Public Methods

Hide inherited methods

MethodDescriptionDefined By
filter() HTMLPurifier_URIFilter_DisableResources
prepare() Performs initialization for the filter. If the filter returns false, this means that it shouldn't be considered active. HTMLPurifier_URIFilter

Property Details

$name public property
public $name 'DisableResources'

Method Details

filter() public method

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