1 | <?php |
||
10 | class UserFactory implements FactoryInterface |
||
11 | { |
||
12 | public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) |
||
19 | |||
20 | /** |
||
21 | * Create service |
||
22 | * |
||
23 | * @param ServiceLocatorInterface $serviceLocator |
||
24 | * @return mixed |
||
25 | */ |
||
26 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
30 | } |
||
31 |