Class HTMLPurifier_ChildDef_StrictBlockquote

InheritanceHTMLPurifier_ChildDef_StrictBlockquote » HTMLPurifier_ChildDef_Required » HTMLPurifier_ChildDef

Takes the contents of blockquote when in strict and reformats for validation.

Property Details

$allow_empty public property
public $allow_empty true
$fake_elements protected property
protected $fake_elements null
$init protected property
protected $init false
$real_elements protected property
protected $real_elements null
$type public property
public $type 'strictblockquote'

Method Details

getAllowedElements() public method

public array getAllowedElements ( $config )
$config HTMLPurifier_Config
validateChildren() public method

public array validateChildren ( $children, $config, $context )
$children array
$config HTMLPurifier_Config
$context HTMLPurifier_Context