Class HTMLPurifier_URIFilter_SafeIframe

InheritanceHTMLPurifier_URIFilter_SafeIframe » HTMLPurifier_URIFilter

Implements safety checks for safe iframes.

Public Properties

Hide inherited properties

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

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$regexp HTMLPurifier_URIFilter_SafeIframe

Property Details

$always_load public property
public $always_load true
$name public property
public $name 'SafeIframe'
$regexp protected property
protected $regexp null

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