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