| 1 | <?php |
||
| 20 | class GravitonProxyExtensionExtension extends GravitonBundleExtension |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | 2 | public function getConfigDir() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Loads current configuration. |
||
| 34 | * |
||
| 35 | * @param array $configs Set of configuration options |
||
| 36 | * @param ContainerBuilder $container Instance of the SF2 container |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | 2 | public function load(array $configs, ContainerBuilder $container) |
|
| 44 | } |
||
| 45 |