\HTMLPurifier_ChildDef_StrictBlockquote

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

Summary

Methods
Properties
Constants
__construct()
validateChildren()
getAllowedElements()
$elements
$allow_empty
$type
No constants found
No protected methods found
$whitespace
$real_elements
$fake_elements
$init
N/A
init()
No private properties found
N/A

Properties

$elements

$elements

Lookup array of all elements that this definition could possibly allow.

$allow_empty

$allow_empty

Indicates whether or not an empty array of children is okay.

$type

$type

Type of child definition, usually right-most part of class name lowercase.

$whitespace

$whitespace

Whether or not the last passed node was all whitespace.

$real_elements

$real_elements

$fake_elements

$fake_elements

$init

$init

Methods

__construct()

__construct(array|string  $elements) : mixed

Parameters

array|string $elements

List of allowed element names (lowercase).

Returns

mixed —

validateChildren()

validateChildren(array  $children, \HTMLPurifier_Config  $config, \HTMLPurifier_Context  $context) : array

Validates nodes according to definition and returns modification.

Parameters

array $children
\HTMLPurifier_Config $config
\HTMLPurifier_Context $context

Returns

array —

getAllowedElements()

getAllowedElements(\HTMLPurifier_Config  $config) : array

Parameters

\HTMLPurifier_Config $config

Returns

array —

init()

init(\HTMLPurifier_Config  $config) : mixed

Parameters

\HTMLPurifier_Config $config

Returns

mixed —