| 1 | <?php |
||
| 12 | class PhpSpecExtension implements ExtensionInterface |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritDoc} |
||
| 17 | */ |
||
| 18 | public function load(ContainerBuilder $container, array $config) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | public function configure(ArrayNodeDefinition $builder) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritDoc} |
||
| 43 | */ |
||
| 44 | public function getConfigKey() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | */ |
||
| 52 | public function initialize(ExtensionManager $extensionManager) |
||
| 55 | |||
| 56 | /** |
||
| 57 | * {@inheritDoc} |
||
| 58 | */ |
||
| 59 | public function process(ContainerBuilder $container) |
||
| 62 | } |
||
| 63 |