|
Cheetah
|
Public Member Functions | |
| execute ($tokens, $config, $context) | |
Protected Attributes | |
| $strategies = array() | |
Composite strategy that runs multiple strategies on tokens.
Definition at line 19952 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Strategy_Composite::execute | ( | $tokens, | |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_Token[] | $tokens | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_Strategy.
Definition at line 19967 of file HTMLPurifier.standalone.php.
|
protected |
List of strategies to run tokens through. @type HTMLPurifier_Strategy[]
Definition at line 19959 of file HTMLPurifier.standalone.php.