|
ILIAS
Release_4_2_x_branch Revision 61807
|
Composite strategy that runs multiple strategies on tokens. More...
Inheritance diagram for HTMLPurifier_Strategy_Composite:
Collaboration diagram for HTMLPurifier_Strategy_Composite:Public Member Functions | |
| __construct () | |
| execute ($tokens, $config, $context) | |
| Executes the strategy on the tokens. | |
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.
|
abstract |
Reimplemented in HTMLPurifier_Strategy_Core.
| HTMLPurifier_Strategy_Composite::execute | ( | $tokens, | |
| $config, | |||
| $context | |||
| ) |
Executes the strategy on the tokens.
| $tokens | Array of HTMLPurifier_Token objects to be operated on. |
| $config | Configuration options |
Reimplemented from HTMLPurifier_Strategy.
Definition at line 16 of file Composite.php.
References $config.
|
protected |
List of strategies to run tokens through.
Definition at line 12 of file Composite.php.