Exemplo n.º 1
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_create_visiteur_subject'), $body, 'text/html');
 }
Exemplo n.º 2
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_reset_password_subject'), $body, 'text/html');
 }
Exemplo n.º 3
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_send_pseudo_subject'), $body, 'text/html');
 }