| 1 | <?php |
||
| 10 | class OnPasswordResetTokenCreated |
||
| 11 | { |
||
| 12 | private $mailer; |
||
| 13 | |||
| 14 | private $translator; |
||
| 15 | |||
| 16 | private $emailFrom; |
||
| 17 | |||
| 18 | public function __construct(EventDispatcherInterface $dispatcher, Swift_Mailer $mailer, TranslatorInterface $translator, $emailFrom) |
||
| 26 | |||
| 27 | public function onPasswordResetTokenCreated(PasswordResetTokenCreated $event) |
||
| 37 | } |
||
| 38 |