Ignore:
Timestamp:
2011/02/04 14:41:28 (13 years ago)
Author:
kimoto
Message:

docコメント追加/修正 #985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php

    r20089 r20090  
    117117    } 
    118118 
    119     //---- 入力エラーチェック 
     119    /** 
     120     * lfErrorCheck 
     121     * 
     122     * 入力エラーチェック 
     123     * 
     124     * @param mixed $array 
     125     * @access public 
     126     * @return void 
     127     */ 
    120128    function lfErrorCheck($array) { 
    121129        $objErr     = new SC_CheckError($array); 
     
    133141    } 
    134142 
    135     //---- 正会員登録完了メール送信 
     143    /** 
     144     * lfSendRegistMail 
     145     * 
     146     * 正会員登録完了メール送信 
     147     * 
     148     * @param mixed $registSecretKey 
     149     * @access public 
     150     * @return void 
     151     */ 
    136152    function lfSendRegistMail($registSecretKey) { 
    137153        $objCustomer    = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.