ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Composite strategy that runs multiple strategies on tokens. More...
Public Member Functions | |
execute ($tokens, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_Strategy | |
execute ($tokens, $config, $context) | |
Executes the strategy on the tokens. More... | |
Protected Attributes | |
$strategies = array() | |
List of strategies to run tokens through. More... | |
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 |
Definition at line 21 of file Composite.php.
References $config, and $context.
|
protected |
List of strategies to run tokens through.
Definition at line 13 of file Composite.php.