| 1 | <?php |
||
| 16 | class UserPassword extends Form |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var ServiceLocatorInterface |
||
| 20 | */ |
||
| 21 | protected $forms; |
||
| 22 | |||
| 23 | public function getHydrator() |
||
| 31 | |||
| 32 | public function init() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @param ServiceLocatorInterface $forms |
||
| 52 | * @return UserPassword |
||
| 53 | */ |
||
| 54 | public static function factory(ServiceLocatorInterface $forms) |
||
| 61 | } |
||
| 62 |