

Öffentliche Methoden | |
| getAllowedElements ($config) | |
| validateChildren ($tokens_of_children, $config, $context) | |
Datenfelder | |
| $allow_empty = true | |
| $type = 'strictblockquote' | |
Geschützte Attribute | |
| $real_elements | |
| $fake_elements | |
| $init = false | |
Definiert in Zeile 6 der Datei StrictBlockquote.php.
| getAllowedElements | ( | $ | config | ) |
Erneute Implementation von HTMLPurifier_ChildDef.
Definiert in Zeile 18 der Datei StrictBlockquote.php.
| validateChildren | ( | $ | tokens_of_children, | |
| $ | config, | |||
| $ | context | |||
| ) |
Validates nodes according to definition and returns modification.
| $tokens_of_children | Array of HTMLPurifier_Token | |
| $config | HTMLPurifier_Config object | |
| $context | HTMLPurifier_Context object |
bool false to remove parent node
array of replacement child tokens
Erneute Implementation von HTMLPurifier_ChildDef_Required.
Definiert in Zeile 23 der Datei StrictBlockquote.php.
| $allow_empty = true |
Bool that indicates whether or not an empty array of children is okay
This is necessary for redundant checking when changes affecting a child node may cause a parent node to now be disallowed.
Erneute Implementation von HTMLPurifier_ChildDef_Required.
Definiert in Zeile 10 der Datei StrictBlockquote.php.
$fake_elements [protected] |
Definiert in Zeile 9 der Datei StrictBlockquote.php.
$init = false [protected] |
Definiert in Zeile 12 der Datei StrictBlockquote.php.
$real_elements [protected] |
Definiert in Zeile 8 der Datei StrictBlockquote.php.
| $type = 'strictblockquote' |
Type of child definition, usually right-most part of class name lowercase. Used occasionally in terms of context.
Erneute Implementation von HTMLPurifier_ChildDef_Required.
Definiert in Zeile 11 der Datei StrictBlockquote.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|