1 | <?php |
||
20 | class TwigExtension extends \Twig_Extension |
||
21 | { |
||
22 | /** |
||
23 | * @var array |
||
24 | */ |
||
25 | private $settings; |
||
26 | |||
27 | 5 | public function __construct(array $settings = array()) |
|
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | 3 | public function getNodeVisitors() |
|
53 | |||
54 | /** |
||
55 | * {@inheritdoc} |
||
56 | */ |
||
57 | 3 | public function getTokenParsers() |
|
63 | } |
||
64 |