Ignore:
Timestamp:
2012/11/02 19:27:41 (11 years ago)
Author:
pineray
Message:

#1958 別お届け先関連の処理をページクラスから分離

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Customer.php

    r21969 r22065  
    349349 
    350350    /** 
    351      * お届け先フォーム初期化 
    352      * 
    353      * @param SC_FormParam $objFormParam SC_FormParam インスタンス 
    354      * @access public 
    355      * @return void 
    356      */ 
    357     function sfCustomerOtherDelivParam(&$objFormParam) { 
    358         SC_Helper_Customer_Ex::sfCustomerCommonParam($objFormParam); 
    359         $objFormParam->addParam('', 'other_deliv_id'); 
    360     } 
    361  
    362     /** 
    363351     * 会員共通 
    364352     * 
     
    415403            } 
    416404        } 
    417     } 
    418  
    419     function sfCustomerOtherDelivErrorCheck(&$objFormParam) { 
    420         $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck($objFormParam); 
    421         return $objErr->arrErr; 
    422405    } 
    423406 
Note: See TracChangeset for help on using the changeset viewer.