

Öffentliche Methoden | |
| __construct ($inline, $block) | |
| validateChildren ($tokens_of_children, $config, $context) | |
Datenfelder | |
| $inline | |
| $block | |
| $type = 'chameleon' | |
The del and ins tags are notable because they allow different types of elements depending on whether or not they're in a block or inline context. Chameleon allows this behavior to happen by using two different definitions depending on context. While this somewhat generalized, it is specifically intended for those two tags.
Definiert in Zeile 12 der Datei Chameleon.php.
| __construct | ( | $ | inline, | |
| $ | block | |||
| ) |
| $inline | List of elements to allow when inline. | |
| $block | List of elements to allow when block. |
Definiert in Zeile 31 der Datei Chameleon.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.
Definiert in Zeile 37 der Datei Chameleon.php.
| $block |
Instance of the definition object to use when block.
Definiert in Zeile 23 der Datei Chameleon.php.
| $inline |
Instance of the definition object to use when inline. Usually stricter.
Definiert in Zeile 18 der Datei Chameleon.php.
| $type = 'chameleon' |
Type of child definition, usually right-most part of class name lowercase. Used occasionally in terms of context.
Erneute Implementation von HTMLPurifier_ChildDef.
Definiert in Zeile 25 der Datei Chameleon.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) |
|