Exemple #1
0
 /**
  * @param \Swift_Mailer $mailer
  * @param RouterInterface $router
  * @param EngineInterface $templating
  * @param TranslatorInterface $translator
  */
 public function __construct(\Swift_Mailer $mailer, RouterInterface $router, EngineInterface $templating, TranslatorInterface $translator)
 {
     $this->translator = $translator;
     parent::__construct($mailer, $router, $templating);
 }