1 | <?php |
||
10 | class FlysystemResolverFactory implements ResolverFactoryInterface |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public function create(ContainerBuilder $container, $resolverName, array $config) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function getName() |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function addConfiguration(ArrayNodeDefinition $builder) |
||
52 | } |
||
53 |