| 1 | <?php |
||
| 11 | class OnPasswordResetTokenCreated |
||
| 12 | { |
||
| 13 | private $mailer; |
||
| 14 | |||
| 15 | private $translator; |
||
| 16 | |||
| 17 | private $emailFrom; |
||
| 18 | |||
| 19 | private $twig; |
||
| 20 | |||
| 21 | public function __construct(EventDispatcherInterface $dispatcher, Swift_Mailer $mailer, TranslatorInterface $translator, TwigEngine $twig, $emailFrom) |
||
| 30 | |||
| 31 | public function onPasswordResetTokenCreated(PasswordResetTokenCreated $event) |
||
| 47 | } |
||
| 48 |