1 | <?php |
||
18 | class WebPathResolverFactory extends AbstractResolverFactory |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function create(ContainerBuilder $container, $resolverName, array $config) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function getName() |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function addConfiguration(ArrayNodeDefinition $builder) |
||
63 | } |
||
64 |