| 1 | <?php |
||
| 10 | class HTML5CacheExtension extends \Twig_Extension |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return \Twig_SimpleFunction[] |
||
| 15 | */ |
||
| 16 | public function getFunctions() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function getCacheManifest(\Twig_Environment $environment) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Returns the name of the extension. |
||
| 35 | * |
||
| 36 | * @return string The extension name |
||
| 37 | */ |
||
| 38 | public function getName() |
||
| 42 | } |
||
| 43 |