1 | <?php |
||
9 | class OnPasswordResetTokenCreated |
||
10 | { |
||
11 | private $mailer; |
||
12 | |||
13 | private $translator; |
||
14 | |||
15 | private $emailFrom; |
||
16 | |||
17 | public function __construct(Swift_Mailer $mailer, TranslatorInterface $translator, $emailFrom) |
||
23 | |||
24 | public function onPasswordResetTokenCreated(PasswordResetTokenCreated $event) |
||
34 | } |
||
35 |