1 | <?php |
||
19 | final class MatomoTwigExtension extends AbstractExtension |
||
20 | { |
||
21 | /** |
||
22 | * @var Environment |
||
23 | */ |
||
24 | private $environment; |
||
25 | |||
26 | public function __construct(Environment $environment) |
||
30 | |||
31 | public function getFunctions(): array |
||
39 | |||
40 | /** |
||
41 | * @throws LoaderError |
||
42 | * @throws RuntimeError |
||
43 | * @throws SyntaxError |
||
44 | */ |
||
45 | public function renderTracker(array $options = []): string |
||
59 | } |
||
60 |