ILIAS
Release_5_0_x_branch Revision 61816
|
Takes the contents of blockquote when in strict and reformats for validation. More...
Public Member Functions | |
getAllowedElements ($config) | |
validateChildren ($children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef_Required | |
__construct ($elements) |
Data Fields | |
$allow_empty = true | |
bool | |
$type = 'strictblockquote' | |
string | |
Data Fields inherited from HTMLPurifier_ChildDef_Required | |
$elements = array() | |
Lookup table of allowed elements. | |
$allow_empty = false | |
bool | |
$type = 'required' | |
string | |
Data Fields inherited from HTMLPurifier_ChildDef | |
$type | |
Type of child definition, usually right-most part of class name lowercase. | |
$allow_empty | |
Indicates whether or not an empty array of children is okay. | |
$elements = array() | |
Lookup array of all elements that this definition could possibly allow. |
Protected Attributes | |
$real_elements | |
array | |
$fake_elements | |
array | |
$init = false | |
bool | |
Protected Attributes inherited from HTMLPurifier_ChildDef_Required | |
$whitespace = false | |
Whether or not the last passed node was all whitespace. |
Private Member Functions | |
init ($config) |
Takes the contents of blockquote when in strict and reformats for validation.
Definition at line 6 of file StrictBlockquote.php.
HTMLPurifier_ChildDef_StrictBlockquote::getAllowedElements | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_ChildDef.
Definition at line 39 of file StrictBlockquote.php.
References $fake_elements, and init().
|
private |
HTMLPurifier_Config | $config |
Definition at line 97 of file StrictBlockquote.php.
References HTMLPurifier_ChildDef_Required\$elements.
Referenced by getAllowedElements(), and validateChildren().
HTMLPurifier_ChildDef_StrictBlockquote::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef_Required.
Definition at line 51 of file StrictBlockquote.php.
References $fake_elements, $real_elements, $result, $ret, and init().
HTMLPurifier_ChildDef_StrictBlockquote::$allow_empty = true |
bool
Definition at line 21 of file StrictBlockquote.php.
|
protected |
array
Definition at line 16 of file StrictBlockquote.php.
Referenced by getAllowedElements(), and validateChildren().
|
protected |
bool
Definition at line 31 of file StrictBlockquote.php.
|
protected |
HTMLPurifier_ChildDef_StrictBlockquote::$type = 'strictblockquote' |
string
Definition at line 26 of file StrictBlockquote.php.