コード例 #1
0
ファイル: Example.php プロジェクト: omusico/logica
 /**
  * Set email related info
  */
 public function __construct()
 {
     parent::__construct();
     $this->_template = 'example_en.phtml';
     $this->_subject = $this->t->_('Example email');
 }
コード例 #2
0
ファイル: Notification.php プロジェクト: omusico/logica
 /**
  * Set email related info
  */
 public function __construct()
 {
     parent::__construct();
     $this->_template = 'notification_en.phtml';
     $this->_subject = $this->t->_('Error notification from your website');
 }