Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 40% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | class ModuleOptionsFactory implements FactoryInterface |
||
26 | { |
||
27 | |||
28 | public function __invoke(ContainerInterface $serviceManager, $requestedName, array $options = null) |
||
34 | |||
35 | } |
||
36 | |||
37 | /** |
||
38 | * Create Service Factory |
||
39 | * |
||
40 | * @param ServiceLocatorInterface $serviceLocator |
||
41 | */ |
||
42 | // public function createService(ServiceLocatorInterface $serviceLocator) |
||
43 | // { |
||
44 | |||
45 | // $config = $serviceLocator->get('config'); |
||
46 | |||
47 | // return new ModuleOptions(isset($config['ZfMailer']) ? $config['ZfMailer'] : array()); |
||
48 | |||
49 | // } |
||
50 | 1 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
60 |