- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/helper/SC_Helper_Mail.php
r23576 r23605 73 73 74 74 /* DBに登録されたテンプレートメールの送信 */ 75 76 /** 77 * @param string $to_name 78 * @param integer $template_id 79 */ 75 80 public function sfSendTemplateMail($to, $to_name, $template_id, &$objPage, $from_address = '', $from_name = '', $reply_to = '', $bcc = '') 76 81 { … … 268 273 269 274 //件名にテンプレートを用いる 275 276 /** 277 * @param SC_SiteView_Ex $objMailView 278 */ 270 279 public function sfMakeSubject($subject, &$objMailView = NULL) 271 280 { … … 289 298 290 299 // メール配信履歴への登録 300 301 /** 302 * @param string $subject 303 */ 291 304 public function sfSaveMailHistory($order_id, $template_id, $subject, $body) 292 305 {
Note: See TracChangeset
for help on using the changeset viewer.
