Öffentliche Methoden | |
getAllowedElements ($config) | |
validateChildren ($children, $config, $context) | |
Öffentliche Methoden geerbt von HTMLPurifier_ChildDef_Required | |
__construct ($elements) | |
validateChildren ($children, $config, $context) | |
Öffentliche Methoden geerbt von HTMLPurifier_ChildDef | |
getAllowedElements ($config) | |
validateChildren ($children, $config, $context) | |
Datenfelder | |
$allow_empty = true | |
$type = 'strictblockquote' | |
Datenfelder geerbt von HTMLPurifier_ChildDef_Required | |
$elements = array() | |
$allow_empty = false | |
$type = 'required' | |
Datenfelder geerbt von HTMLPurifier_ChildDef | |
$type | |
$allow_empty | |
$elements = array() | |
Geschützte Attribute | |
$real_elements | |
$fake_elements | |
$init = false | |
Geschützte Attribute geerbt von HTMLPurifier_ChildDef_Required | |
$whitespace = false | |
Private Methoden | |
init ($config) | |
Takes the contents of blockquote when in strict and reformats for validation.
Definiert in Zeile 6 der Datei StrictBlockquote.php.
getAllowedElements | ( | $config) |
HTMLPurifier_Config | $config |
Definiert in Zeile 39 der Datei StrictBlockquote.php.
Benutzt $fake_elements und init().
|
private |
HTMLPurifier_Config | $config |
Definiert in Zeile 97 der Datei StrictBlockquote.php.
Benutzt HTMLPurifier_ChildDef_Required\$elements.
Wird benutzt von getAllowedElements() und validateChildren().
validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Definiert in Zeile 51 der Datei StrictBlockquote.php.
Benutzt $fake_elements, $real_elements und init().
$allow_empty = true |
bool
Definiert in Zeile 21 der Datei StrictBlockquote.php.
|
protected |
array
Definiert in Zeile 16 der Datei StrictBlockquote.php.
Wird benutzt von getAllowedElements() und validateChildren().
|
protected |
bool
Definiert in Zeile 31 der Datei StrictBlockquote.php.
|
protected |
$type = 'strictblockquote' |
string
Definiert in Zeile 26 der Datei StrictBlockquote.php.