XOOPS 2.5.6
Final
|
Public Member Functions | |
execute ($tokens, $config, $context) | |
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.
Definition at line 12 of file Strategy.php.
|
abstract |
Executes the strategy on the tokens.
$tokens | Array of HTMLPurifier_Token objects to be operated on. |
$config | Configuration options |