Class HTMLPurifier_ChildDef_Required
Definition that allows a set of elements, but disallows empty children.
- HTMLPurifier_ChildDef
- HTMLPurifier_ChildDef_Required
public
|
|
public
array
|
getAllowedElements()
|
public
array
|
$elements | array() |
#
Lookup table of allowed elements. |
protected
boolean
|
$whitespace | false |
#
Whether or not the last passed node was all whitespace. |
public
boolean
|
$allow_empty | false |
|
public
string
|
$type | 'required' |