| 1 | <?php |
||
| 10 | class OriginalTwigEnvironmentProvider implements ProviderInterface |
||
| 11 | { |
||
| 12 | private $loader; |
||
| 13 | private $options = []; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @Named("loader=twig_loader,options=Madapaja\TwigModule\Annotation\TwigOptions") |
||
| 17 | */ |
||
| 18 | 21 | public function __construct(Twig_LoaderInterface $loader, array $options = []) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @return Twig_Environment |
||
| 26 | */ |
||
| 27 | 21 | public function get() |
|
| 31 | } |
||
| 32 |