| 1 | <?php |
||
| 18 | class AchievementProviderPluginManagerFactory implements FactoryInterface |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Create service |
||
| 23 | * |
||
| 24 | * @param ServiceLocatorInterface $serviceLocator |
||
| 25 | * @return AchievementProviderPluginManager |
||
| 26 | */ |
||
| 27 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 37 | } |
||
| 38 |