| 1 | <?php |
||
| 24 | class ImagineResolverFactory implements ResolverFactoryInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function getKey() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function addConfiguration(ArrayNodeDefinition $node) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | public function create(ContainerBuilder $container, $id, array $factory) |
||
| 49 | } |
||
| 50 |