Ignore:
Timestamp:
2012/04/15 03:05:06 (12 years ago)
Author:
AMUAMU
Message:

#1754 (exit;を個別の処理でしない) #1692 (プラグイン機能) 各ファイルでフックポイントの呼出を書かないで、自動的にフックポイントを呼び出すように修正。

File:
1 edited

Legend:

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

    r21737 r21743  
    7676     */ 
    7777    function action() { 
    78         // フックポイント. 
    79         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    80         $objPlugin->doAction('LC_Page_Mypage_Change_action_before', array($this)); 
    8178 
    8279        $objCustomer = new SC_Customer_Ex(); 
     
    148145                    $objCustomer->updateSession(); 
    149146 
    150                     // フックポイント. 
    151                     $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    152                     $objPlugin->doAction('LC_Page_Mypage_Change_action_complete', array($this)); 
    153147 
    154148                    // 完了ページに移動させる。 
     
    164158                break; 
    165159        } 
    166         // フックポイント. 
    167         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    168         $objPlugin->doAction('LC_Page_Mypage_Change_action_after', array($this)); 
     160 
    169161    } 
    170162 
Note: See TracChangeset for help on using the changeset viewer.