1 | <?php |
||
22 | class Text extends AbstractTwigExtension implements EngineExtensionInterface |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Returns the name of the extension. |
||
27 | * |
||
28 | * @return string The extension name |
||
29 | */ |
||
30 | 2 | public function getName() |
|
34 | |||
35 | /** |
||
36 | * Returns a list of filters |
||
37 | * |
||
38 | * @return array |
||
39 | */ |
||
40 | 4 | public function getFilters() |
|
67 | } |