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/frontparts/bloc/LC_Page_FrontParts_Bloc_NaviHeader.php

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_FrontParts_Bloc_NaviHeader extends LC_Page_FrontParts_Bloc_Login_Ex  
    35 { 
     34class LC_Page_FrontParts_Bloc_NaviHeader extends LC_Page_FrontParts_Bloc_Login_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $masterData = new SC_DB_MasterData_Ex(); 
     
    5553     * @return void 
    5654     */ 
    57     function process() 
    58     { 
     55    function process() { 
    5956        $this->action(); 
    6057        $this->sendResponse(); 
     
    6663     * @return void 
    6764     */ 
    68     function action() 
    69     { 
     65    function action() { 
    7066        parent::action(); 
    7167 
     
    8379     * @return void 
    8480     */ 
    85     function destroy() 
    86     { 
     81    function destroy() { 
    8782        parent::destroy(); 
    8883    } 
     
    9691     * @return array $arrCartList カートデータ配列 
    9792     */ 
    98     function lfGetCartData($objCart, $arrInfo, $cartKeys) 
    99     { 
     93    function lfGetCartData($objCart, $arrInfo, $cartKeys) { 
    10094        $cartList = array(); 
    10195        foreach ($cartKeys as $key) { 
Note: See TracChangeset for help on using the changeset viewer.