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

    r21693 r21743  
    6464     */ 
    6565    function action() { 
    66         // フックポイント. 
    67         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    68         $objPlugin->doAction('LC_Page_FrontParts_Bloc_Cart_action_before', array($this)); 
    6966 
    7067        $objCart = new SC_CartSession_Ex(); 
     
    7471        $this->arrCartList = array(0 => $this->lfGetCartData($objCart)); 
    7572 
    76         // フックポイント. 
    77         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    78         $objPlugin->doAction('LC_Page_FrontParts_Bloc_Cart_action_after', array($this)); 
     73 
    7974    } 
    8075 
Note: See TracChangeset for help on using the changeset viewer.