|
| parse (array $tokens=array()) |
| Process an array of Mustache tokens and convert them into a parse tree.
|
|
| setPragmas (array $pragmas) |
| Enable pragmas across all templates, regardless of the presence of pragma tags in the individual templates.
|
|
◆ parse()
Mustache_Parser::parse |
( |
array | $tokens = array() | ) |
|
Process an array of Mustache tokens and convert them into a parse tree.
- Parameters
-
array | $tokens | Set of Mustache tokens |
- Return values
-
array | Mustache token parse tree |
The documentation for this class was generated from the following file:
- lib/mustache/src/Mustache/Parser.php