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/admin/contents/LC_Page_Admin_Contents_RecommendSearch.php

    r21693 r21743  
    6666     */ 
    6767    function action() { 
    68         // フックポイント. 
    69         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    70         $objPlugin->doAction('LC_Page_Admin_Contents_RecommafterSearch_action_before', array($this)); 
    7168 
    7269        $objDb = new SC_Helper_DB_Ex(); 
     
    109106        $this->setTemplate('contents/recommend_search.tpl'); 
    110107 
    111         // フックポイント. 
    112         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    113         $objPlugin->doAction('LC_Page_Admin_Contents_RecommafterSearch_action_after', array($this)); 
    114108    } 
    115109 
     
    217211    /** 
    218212     * 商品取得 
    219      *  
     213     * 
    220214     * @param array $arrProductId 
    221215     * @param SC_Product $objProduct 
Note: See TracChangeset for help on using the changeset viewer.