1 | <?php |
||
7 | class Extension extends \Twig_Extension |
||
8 | { |
||
9 | /** |
||
10 | * @var array |
||
11 | */ |
||
12 | private $settings; |
||
13 | |||
14 | 2 | public function __construct(array $settings = array()) |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | 2 | public function getNodeVisitors() |
|
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 2 | public function getTokenParsers() |
|
49 | } |
||
50 |