1 | <?php |
||
17 | class IdenticalPropertyNamingStrategyFactory implements FactoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * @inheritdoc |
||
21 | * |
||
22 | * @param ServiceLocatorInterface $serviceLocator |
||
23 | * |
||
24 | * @return IdenticalPropertyNamingStrategy |
||
25 | */ |
||
26 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
30 | } |
||
31 |