Ignore:
Timestamp:
2012/03/29 21:57:07 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 フックポイント名を変更

File:
1 edited

Legend:

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

    r21596 r21693  
    7272        // フックポイント. 
    7373        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    74         $objPlugin->doAction('lc_page_mypage_deliveryaddr_action_start', array($this)); 
     74        $objPlugin->doAction('LC_Page_Mypage_DeliveryAddr_action_before', array($this)); 
    7575 
    7676        $objCustomer = new SC_Customer_Ex(); 
     
    127127                        // フックポイント. 
    128128                        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    129                         $objPlugin->doAction('lc_page_mypage_deliveryaddr_action_edit', array($this)); 
     129                        $objPlugin->doAction('LC_Page_Mypage_DeliveryAddr_action_edit', array($this)); 
    130130 
    131131                        // モバイルの場合、元のページに遷移 
     
    161161        // フックポイント. 
    162162        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    163         $objPlugin->doAction('lc_page_mypage_deliveryaddr_action_end', array($this)); 
     163        $objPlugin->doAction('LC_Page_Mypage_DeliveryAddr_action_after', array($this)); 
    164164    } 
    165165 
Note: See TracChangeset for help on using the changeset viewer.