Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/basis/LC_Page_Admin_Basis_DeliveryInput.php

    r22926 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5858     * @return void 
    5959     */ 
    60     function process() 
     60    public function process() 
    6161    { 
    6262        $this->action(); 
     
    6969     * @return void 
    7070     */ 
    71     function action() 
     71    public function action() 
    7272    { 
    7373        $objFormParam = new SC_FormParam_Ex(); 
     
    100100 
    101101    /* パラメーター情報の初期化 */ 
    102     function lfInitParam($mode, &$objFormParam) 
     102    public function lfInitParam($mode, &$objFormParam) 
    103103    { 
    104104        $objFormParam = new SC_FormParam_Ex(); 
     
    139139     * @return $deliv_id 
    140140     */ 
    141     function lfRegistData($arrRet, $member_id) 
     141    public function lfRegistData($arrRet, $member_id) 
    142142    { 
    143143        $objDelivery = new SC_Helper_Delivery_Ex(); 
     
    189189 
    190190    /* 配送業者情報の取得 */ 
    191     function lfGetDelivData(&$objFormParam) 
     191    public function lfGetDelivData(&$objFormParam) 
    192192    { 
    193193        $objDelivery = new SC_Helper_Delivery_Ex(); 
     
    222222 
    223223    /* 入力内容のチェック */ 
    224     function lfCheckError(&$objFormParam) 
     224    public function lfCheckError(&$objFormParam) 
    225225    { 
    226226        // 入力データを渡す。 
Note: See TracChangeset for help on using the changeset viewer.