

Öffentliche Methoden | |
| __construct () | |
| execute ($tokens, $config, $context) | |
Geschützte Attribute | |
| $strategies = array() | |
Definiert in Zeile 6 der Datei Composite.php.
| __construct | ( | ) | [abstract] |
Erneute Implementation in HTMLPurifier_Strategy_Core.
| execute | ( | $ | tokens, | |
| $ | config, | |||
| $ | context | |||
| ) |
Executes the strategy on the tokens.
| $tokens | Array of HTMLPurifier_Token objects to be operated on. | |
| $config | Configuration options |
Erneute Implementation von HTMLPurifier_Strategy.
Definiert in Zeile 16 der Datei Composite.php.
$strategies = array() [protected] |
List of strategies to run tokens through.
Definiert in Zeile 12 der Datei Composite.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) |
|