Cheetah
|
Public Member Functions | |
getAllowedElements ($config) | |
validateChildren ($children, $config, $context) | |
![]() | |
__construct ($elements) | |
Public Attributes | |
$allow_empty = true | |
$type = 'strictblockquote' | |
![]() | |
$elements = array() | |
$allow_empty = false | |
$type = 'required' | |
![]() | |
$type | |
$allow_empty | |
$elements = array() | |
Protected Attributes | |
$real_elements | |
$fake_elements | |
$init = false | |
![]() | |
$whitespace = false | |
Takes the contents of blockquote when in strict and reformats for validation.
Definition at line 14992 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_StrictBlockquote::getAllowedElements | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_ChildDef.
Definition at line 15025 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_StrictBlockquote::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef_Required.
Definition at line 15037 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_StrictBlockquote::$allow_empty = true |
@type bool
Definition at line 15007 of file HTMLPurifier.standalone.php.
|
protected |
@type array
Definition at line 15002 of file HTMLPurifier.standalone.php.
|
protected |
@type bool
Definition at line 15017 of file HTMLPurifier.standalone.php.
|
protected |
@type array
Definition at line 14997 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_StrictBlockquote::$type = 'strictblockquote' |
@type string
Definition at line 15012 of file HTMLPurifier.standalone.php.