| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public function __invoke(ContainerInterface $serviceManager, $requestedName, array $options = null) |
||
| 12 | { |
||
| 13 | $options = $serviceManager->get('lmcuser_module_options'); |
||
| 14 | $form = new Form\ChangePassword(null, $options); |
||
| 15 | |||
| 16 | $form->setInputFilter(new Form\ChangePasswordFilter($options)); |
||
| 17 | |||
| 18 | return $form; |
||
| 19 | } |
||
| 20 | } |
||
| 21 |