abstract | |
|---|---|
extends |
HTMLPurifier_Strategy |
Composite strategy that runs multiple strategies on tokens.
| Methods | ||||
|---|---|---|---|---|
public
|
execute(HTMLPurifier_Token[] $tokens, HTMLPurifier_Config $config, HTMLPurifier_Context $context): HTMLPurifier_Token[]
Executes the strategy on the tokens.
Executes the strategy on the tokens. Parameters
ReturnsProcessed array of token objects. Implements |
# | ||
| Properties | |||
|---|---|---|---|
protected
|
|
$strategies = []
List of strategies to run tokens through.
List of strategies to run tokens through. |
# |