|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Composite strategy that runs multiple strategies on tokens. More...
Inheritance diagram for HTMLPurifier_Strategy_Composite:
Collaboration diagram for HTMLPurifier_Strategy_Composite:Public Member Functions | |
| execute ($tokens, $config, $context) | |
| 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 |
Reimplemented from HTMLPurifier_Strategy.
Definition at line 21 of file Composite.php.
References $config.
|
protected |
List of strategies to run tokens through.
@type HTMLPurifier_Strategy[]
Definition at line 13 of file Composite.php.