Ignore:
Timestamp:
2012/03/06 22:37:30 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/data/class/pages/entry
Files:
4 edited

Legend:

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

    r21594 r21596  
    7878        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    7979        $objPlugin->doAction('lc_page_entry_action_start', array($this)); 
    80          
     80 
    8181        $objFormParam = new SC_FormParam_Ex(); 
    8282 
  • branches/version-2_12-dev/data/class/pages/entry/LC_Page_Entry_Complete.php

    r21594 r21596  
    6767        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6868        $objPlugin->doAction('lc_page_entry_complete_action_start', array($this)); 
    69          
     69 
    7070        // カートが空かどうかを確認する。 
    7171        $objCartSess            = new SC_CartSession_Ex(); 
  • branches/version-2_12-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php

    r21594 r21596  
    6767        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6868        $objPlugin->doAction('lc_page_entry_emailmobile_action_start', array($this)); 
    69          
     69 
    7070        $objCustomer    = new SC_Customer; 
    7171        $objFormParam   = new SC_FormParam_Ex(); 
     
    8989        $this->tpl_name = $objCustomer->getValue('name01'); 
    9090        $this->arrForm  = $objFormParam->getFormParamList(); 
    91          
     91 
    9292        // フックポイント. 
    9393        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
  • branches/version-2_12-dev/data/class/pages/entry/LC_Page_Entry_Kiyaku.php

    r21594 r21596  
    6767        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6868        $objPlugin->doAction('lc_page_entry_kiyaku_action_start', array($this)); 
    69          
     69 
    7070        $arrKiyaku = $this->lfGetKiyakuData(); 
    7171        $this->max = count($arrKiyaku); 
     
    7777 
    7878        $this->tpl_kiyaku_text = $this->lfMakeKiyakuText($arrKiyaku, $this->max, $this->offset); 
    79          
     79 
    8080        // フックポイント. 
    8181        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.