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/mypage/LC_Page_Mypage_Change.php

    r23040 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    6565     * @return void 
    6666     */ 
    67     function process() 
     67    public function process() 
    6868    { 
    6969        parent::process(); 
     
    7474     * @return void 
    7575     */ 
    76     function action() 
     76    public function action() 
    7777    { 
    7878        $objCustomer = new SC_Customer_Ex(); 
     
    163163     * @return void 
    164164     */ 
    165     function lfRegistCustomerData(&$objFormParam, $customer_id) 
     165    public function lfRegistCustomerData(&$objFormParam, $customer_id) 
    166166    { 
    167167        $arrRet             = $objFormParam->getHashArray(); 
     
    175175     * 入力エラーのチェック. 
    176176     * 
    177      * @param array $arrRequest リクエスト値($_GET) 
     177     * @param  array $arrRequest リクエスト値($_GET) 
    178178     * @return array $arrErr エラーメッセージ配列 
    179179     */ 
    180     function lfCheckError($arrRequest) 
     180    public function lfCheckError($arrRequest) 
    181181    { 
    182182        // パラメーター管理クラス 
Note: See TracChangeset for help on using the changeset viewer.