|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Takes the contents of blockquote when in strict and reformats for validation. More...
Inheritance diagram for HTMLPurifier_ChildDef_StrictBlockquote:
Collaboration diagram for HTMLPurifier_ChildDef_StrictBlockquote:Public Member Functions | |
| getAllowedElements ($config) | |
| validateChildren ($children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef_Required | |
| __construct ($elements) | |
| validateChildren ($children, $config, $context) | |
| getAllowedElements ($config) | |
| Get lookup of tag names that should not close this element automatically. More... | |
| validateChildren ($children, $config, $context) | |
| Validates nodes according to definition and returns modification. More... | |
Data Fields | |
| $allow_empty = true | |
| @type bool More... | |
| $type = 'strictblockquote' | |
| @type string More... | |
Data Fields inherited from HTMLPurifier_ChildDef_Required | |
| $elements = array() | |
| Lookup table of allowed elements. More... | |
| $allow_empty = false | |
| @type bool More... | |
| $type = 'required' | |
| @type string More... | |
Data Fields inherited from HTMLPurifier_ChildDef | |
| $type | |
| Type of child definition, usually right-most part of class name lowercase. More... | |
| $allow_empty | |
| Indicates whether or not an empty array of children is okay. More... | |
| $elements = array() | |
| Lookup array of all elements that this definition could possibly allow. More... | |
Protected Attributes | |
| $real_elements | |
| @type array More... | |
| $fake_elements | |
| @type array More... | |
| $init = false | |
| @type bool More... | |
Protected Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $whitespace = false | |
| Whether or not the last passed node was all whitespace. More... | |
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 $config, $fake_elements, and init().
Here is the call graph for this function:
|
private |
| HTMLPurifier_Config | $config |
Definition at line 97 of file StrictBlockquote.php.
References $config, $def, HTMLPurifier_ChildDef_Required\$elements, and init().
Referenced by getAllowedElements(), init(), and validateChildren().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 $config, $def, $fake_elements, $real_elements, $result, $ret, and init().
Here is the call graph for this function:| HTMLPurifier_ChildDef_StrictBlockquote::$allow_empty = true |
@type bool
Definition at line 21 of file StrictBlockquote.php.
|
protected |
@type array
Definition at line 16 of file StrictBlockquote.php.
Referenced by getAllowedElements(), and validateChildren().
|
protected |
@type bool
Definition at line 31 of file StrictBlockquote.php.
|
protected |
| HTMLPurifier_ChildDef_StrictBlockquote::$type = 'strictblockquote' |
@type string
Definition at line 26 of file StrictBlockquote.php.