Class HTMLPurifier_URIFilter_MakeAbsolute

InheritanceHTMLPurifier_URIFilter_MakeAbsolute » HTMLPurifier_URIFilter

Public Properties

Hide inherited properties

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

Property Details

$base protected property
protected $base null
$basePathStack protected property
protected $basePathStack = []
$name public property
public $name 'MakeAbsolute'

Method Details

filter() public method

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

public bool prepare ( $config )
$config HTMLPurifier_Config