Class HTMLPurifier_URIFilter_Munge

InheritanceHTMLPurifier_URIFilter_Munge » HTMLPurifier_URIFilter

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$always_load True if this filter should always be loaded. HTMLPurifier_URIFilter
$name HTMLPurifier_URIFilter_Munge
$post HTMLPurifier_URIFilter_Munge

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$replace HTMLPurifier_URIFilter_Munge

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
makeReplace() HTMLPurifier_URIFilter_Munge

Property Details

$name public property
public $name 'Munge'
$post public property
public $post true
$replace protected property
protected $replace = []

Method Details

filter() public method

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

protected void makeReplace ( $uri, $config, $context )
$uri HTMLPurifier_URI
$config HTMLPurifier_Config
$context HTMLPurifier_Context
prepare() public method

public bool prepare ( $config )
$config HTMLPurifier_Config