23 foreach ($this->strategies as $strategy) {
An exception for terminatinating execution or to throw for unit testing.
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.