| 1 | <?php |
||
| 14 | class UserSettingsFactory implements FactoryInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ServiceLocatorInterface $serviceLocator |
||
| 18 | * @return \JhFlexiTime\Entity\UserSettings |
||
| 19 | * @throws \InvalidArgumentException |
||
| 20 | */ |
||
| 21 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 38 | } |
||
| 39 |