Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

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

    r23057 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        $this->skip_load_page_layout = true; 
     
    4949     * @return void 
    5050     */ 
    51     function process() 
     51    public function process() 
    5252    { 
    5353        parent::process(); 
     
    6161     * @return void 
    6262     */ 
    63     function action() 
     63    public function action() 
    6464    { 
    6565        switch ($this->getMode()) { 
     
    9090     * @return string $arrRegist['secret_key'] 本登録ID 
    9191     */ 
    92     function lfRegistData($array) 
     92    public function lfRegistData($array) 
    9393    { 
    9494        $objQuery                   = SC_Query_Ex::getSingletonInstance(); 
     
    111111     * @return array エラーの配列 
    112112     */ 
    113     function lfCheckError($array) 
     113    public function lfCheckError($array) 
    114114    { 
    115115        $objErr     = new SC_CheckError_Ex($array); 
     
    134134     * @return void 
    135135     */ 
    136     function lfSendRegistMail($registSecretKey) 
     136    public function lfSendRegistMail($registSecretKey) 
    137137    { 
    138138        $objQuery       = SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.