| 1 | <?php |
||
| 14 | class OriginalTwigEnvironmentProvider implements ProviderInterface |
||
| 15 | { |
||
| 16 | private $loader; |
||
| 17 | private $options = []; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @Named("loader=twig_loader,options=Madapaja\TwigModule\Annotation\TwigOptions") |
||
| 21 | */ |
||
| 22 | 22 | public function __construct(Twig_LoaderInterface $loader, array $options = []) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @return Twig_Environment |
||
| 30 | */ |
||
| 31 | 22 | public function get() |
|
| 35 | } |
||
| 36 |