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

    r23026 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5454     * @return void 
    5555     */ 
    56     function process() 
     56    public function process() 
    5757    { 
    5858        parent::process(); 
     
    6464     * @return void 
    6565     */ 
    66     function action() 
     66    public function action() 
    6767    { 
    6868        $objCustomer    = new SC_Customer_Ex(); 
     
    120120     * @return SC_FormParam 
    121121     */ 
    122     function lfInitParam(&$objFormParam) 
     122    public function lfInitParam(&$objFormParam) 
    123123    { 
    124124        $objFormParam->addParam('お届け先ID', 'other_deliv_id', INT_LEN, '', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     
    133133     * return array 
    134134     */ 
    135     function setPref($arrOtherDeliv, $arrPref) 
     135    public function setPref($arrOtherDeliv, $arrPref) 
    136136    { 
    137137        if (is_array($arrOtherDeliv)) { 
Note: See TracChangeset for help on using the changeset viewer.