14 public function execute($tokens, $config, $context) {
15 foreach ($this->strategies as $strategy) {
16 $tokens = $strategy->execute($tokens, $config, $context);
$strategies
List of strategies to run tokens through.
Composite strategy that runs multiple strategies on tokens.
Supertype for classes that define a strategy for modifying/purifying tokens.
execute($tokens, $config, $context)