Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_Order.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Mypage_Order extends LC_Page_AbstractMypage_Ex  
    35 { 
     34class LC_Page_Mypage_Order extends LC_Page_AbstractMypage_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846    } 
     
    5351     * @return void 
    5452     */ 
    55     function process() 
    56     { 
     53    function process() { 
    5754        parent::process(); 
    5855    } 
     
    6360     * @return void 
    6461     */ 
    65     function action() 
    66     { 
     62    function action() { 
    6763 
    6864        //受注詳細データの取得 
     
    8581     * @return void 
    8682     */ 
    87     function destroy() 
    88     { 
     83    function destroy() { 
    8984        parent::destroy(); 
    9085    } 
    9186 
    9287    // 受注詳細データの取得 
    93     function lfGetOrderDetail($order_id) 
    94     { 
     88    function lfGetOrderDetail($order_id) { 
    9589        $objQuery       = SC_Query_Ex::getSingletonInstance(); 
    9690 
     
    110104 
    111105    // 商品をカートに追加 
    112     function lfAddCartProducts($arrOrderDetail) 
    113     { 
     106    function lfAddCartProducts($arrOrderDetail) { 
    114107 
    115108        $objCartSess = new SC_CartSession_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.