
Öffentliche Methoden | |
| execute ($tokens, $config, $context) | |
While HTMLPurifier's core purpose is fixing HTML into something proper, strategies provide plug points for extra configuration or even extra features, such as custom tags, custom parsing of text, etc.
Definiert in Zeile 12 der Datei Strategy.php.
| execute | ( | $ | tokens, | |
| $ | config, | |||
| $ | context | |||
| ) | [abstract] |
Executes the strategy on the tokens.
| $tokens | Array of HTMLPurifier_Token objects to be operated on. | |
| $config | Configuration options |
Erneute Implementation in HTMLPurifier_Strategy_Composite, HTMLPurifier_Strategy_FixNesting, HTMLPurifier_Strategy_MakeWellFormed, HTMLPurifier_Strategy_RemoveForeignElements und HTMLPurifier_Strategy_ValidateAttributes.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|