Ignore:
Timestamp:
2014/08/27 18:45:58 (12 years ago)
Author:
kimoto
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

Scrutinizer Auto-Fixes

This patch was automatically generated as part of the following inspection:
 https://scrutinizer-ci.com/g/nobuhiko/EC-CUBE/inspections/d8722894-69a6-4b1b-898d-43618035c60d

Enabled analysis tools:

  • PHP Analyzer
  • PHP PDepend
  • PHP Similarity Analyzer
  • PHP Change Tracking Analyzer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Mail.php

    r23576 r23605  
    7373 
    7474    /* DBに登録されたテンプレートメールの送信 */ 
     75 
     76    /** 
     77     * @param string $to_name 
     78     * @param integer $template_id 
     79     */ 
    7580    public function sfSendTemplateMail($to, $to_name, $template_id, &$objPage, $from_address = '', $from_name = '', $reply_to = '', $bcc = '') 
    7681    { 
     
    268273 
    269274    //件名にテンプレートを用いる 
     275 
     276    /** 
     277     * @param SC_SiteView_Ex $objMailView 
     278     */ 
    270279    public function sfMakeSubject($subject, &$objMailView = NULL) 
    271280    { 
     
    289298 
    290299    // メール配信履歴への登録 
     300 
     301    /** 
     302     * @param string $subject 
     303     */ 
    291304    public function sfSaveMailHistory($order_id, $template_id, $subject, $body) 
    292305    { 
Note: See TracChangeset for help on using the changeset viewer.