ILIAS
Release_5_0_x_branch Revision 61816
|
Composite strategy that runs multiple strategies on tokens. More...
Public Member Functions | |
execute ($tokens, $config, $context) |
Protected Attributes | |
$strategies = array() | |
List of strategies to run tokens through. |
Composite strategy that runs multiple strategies on tokens.
Definition at line 6 of file Composite.php.
HTMLPurifier_Strategy_Composite::execute | ( | $tokens, | |
$config, | |||
$context | |||
) |
HTMLPurifier_Token[] | $tokens | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_Strategy.
Definition at line 21 of file Composite.php.
|
protected |
List of strategies to run tokens through.
Definition at line 13 of file Composite.php.