HTMLPurifier_Strategy Klassenreferenz

Klassendiagramm für HTMLPurifier_Strategy:

Inheritance graph
[Legende]

Öffentliche Methoden

 execute ($tokens, $config, $context)

Ausführliche Beschreibung

Supertype for classes that define a strategy for modifying/purifying tokens.

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.


Dokumentation der Elementfunktionen

execute ( tokens,
config,
context 
) [abstract]

Executes the strategy on the tokens.

Parameter:
$tokens Array of HTMLPurifier_Token objects to be operated on.
$config Configuration options
Rückgabe:
Processed array of token objects.

Erneute Implementation in HTMLPurifier_Strategy_Composite, HTMLPurifier_Strategy_FixNesting, HTMLPurifier_Strategy_MakeWellFormed, HTMLPurifier_Strategy_RemoveForeignElements und HTMLPurifier_Strategy_ValidateAttributes.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen