| 1 | <?php |
||
| 7 | class NetgenEnhancedSelectionRuntimeLoader implements RuntimeLoaderInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var \Netgen\Bundle\EnhancedSelectionBundle\Templating\Twig\NetgenEnhancedSelectionRuntime |
||
| 11 | */ |
||
| 12 | protected $runtime; |
||
| 13 | |||
| 14 | public function __construct(NetgenEnhancedSelectionRuntime $runtime) |
||
| 18 | |||
| 19 | public function load($class) |
||
| 27 | } |
||
| 28 |