Пример #1
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_create_visiteur_subject'), $body, 'text/html');
 }
Пример #2
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_reset_password_subject'), $body, 'text/html');
 }
Пример #3
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_send_pseudo_subject'), $body, 'text/html');
 }