Source for file Composite.php
Documentation is available at Composite.php
* Composite strategy that runs multiple strategies on tokens.
* List of strategies to run tokens through.
public function execute($tokens, $config, $context) {
$tokens =
$strategy->execute($tokens, $config, $context);
Documentation generated on Thu, 19 Jun 2008 18:48:56 -0400 by phpDocumentor 1.4.2