Class HTMLPurifier_URIFilter_DisableExternal

InheritanceHTMLPurifier_URIFilter_DisableExternal » HTMLPurifier_URIFilter
SubclassesHTMLPurifier_URIFilter_DisableExternalResources

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$always_load True if this filter should always be loaded. HTMLPurifier_URIFilter
$name HTMLPurifier_URIFilter_DisableExternal
$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 'DisableExternal'
$ourHostParts protected property
protected $ourHostParts false

Method Details

filter() public method

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

Reference

$config HTMLPurifier_Config
$context HTMLPurifier_Context
prepare() public method

public void prepare ( $config )
$config HTMLPurifier_Config