| 1 | <?php  | 
            ||
| 17 | class ModuleOptionsFactory implements FactoryInterface  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 | * Create service  | 
            ||
| 21 | *  | 
            ||
| 22 | * @param ServiceLocatorInterface $serviceLocator  | 
            ||
| 23 | * @return ModuleOptions  | 
            ||
| 24 | *  | 
            ||
| 25 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException  | 
            ||
| 26 | */  | 
            ||
| 27 | public function createService(ServiceLocatorInterface $serviceLocator)  | 
            ||
| 37 | }  | 
            ||
| 38 |