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